このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン | |||
ma-e4xx:start [2018/01/29 13:30] – [OpenSSL] admin | ma-e4xx:start [2018/12/30 08:12] (現在) – admin | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== MA-E4xx シリーズ ====== | ||
+ | |||
+ | ===== 共通仕様 ===== | ||
+ | |||
+ | ^ CPU || Qualcomm IPQ-8068 1.4GHz (Qualcomm Krait Dualcore) | ||
+ | ^ RAM || 1GiBytes | ||
+ | ^ Flash ROM || NAND 512MiBytes, SPI NOR 2MiB(boot) | ||
+ | ^ Interface | ||
+ | ^:::^ WAN | USBデータ通信アダプタ | ||
+ | ^:::^ Serial | ||
+ | ^:::^ USB | USB2.0 High-Speed Host x 1 (Type-A) | ||
+ | ^ SD Card || SDHC対応 x 1 | | ||
+ | ^ Console | ||
+ | ^ LED || System: Power x 1, Status x 3 (bi-color) | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== 導入済みパッケージ一覧 ===== | ||
+ | |||
+ | |||
+ | < | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== Benchmarks ===== | ||
+ | |||
+ | ==== OpenSSL ==== | ||
+ | |||
+ | === AES-128-CBC === | ||
+ | |||
+ | < | ||
+ | ~$ openssl speed -evp aes-128-cbc -elapsed | ||
+ | You have chosen to measure elapsed time instead of user CPU time. | ||
+ | Doing aes-128-cbc for 3s on 16 size blocks: 9756538 aes-128-cbc' | ||
+ | Doing aes-128-cbc for 3s on 64 size blocks: 2988359 aes-128-cbc' | ||
+ | Doing aes-128-cbc for 3s on 256 size blocks: 791779 aes-128-cbc' | ||
+ | Doing aes-128-cbc for 3s on 1024 size blocks: 201940 aes-128-cbc' | ||
+ | Doing aes-128-cbc for 3s on 8192 size blocks: 25376 aes-128-cbc' | ||
+ | OpenSSL 1.0.2g | ||
+ | built on: reproducible build, date unspecified | ||
+ | options: | ||
+ | compiler: cc -I. -I.. -I../ | ||
+ | The ' | ||
+ | type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes | ||
+ | aes-128-cbc | ||
+ | </ | ||
+ | |||
+ | === AES-256-CBC === | ||
+ | |||
+ | < | ||
+ | ~$ openssl speed -evp aes-256-cbc -elapsed | ||
+ | You have chosen to measure elapsed time instead of user CPU time. | ||
+ | Doing aes-256-cbc for 3s on 16 size blocks: 7515995 aes-256-cbc' | ||
+ | Doing aes-256-cbc for 3s on 64 size blocks: 2220974 aes-256-cbc' | ||
+ | Doing aes-256-cbc for 3s on 256 size blocks: 578945 aes-256-cbc' | ||
+ | Doing aes-256-cbc for 3s on 1024 size blocks: 147174 aes-256-cbc' | ||
+ | Doing aes-256-cbc for 3s on 8192 size blocks: 18425 aes-256-cbc' | ||
+ | OpenSSL 1.0.2g | ||
+ | built on: reproducible build, date unspecified | ||
+ | options: | ||
+ | compiler: cc -I. -I.. -I../ | ||
+ | The ' | ||
+ | type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes | ||
+ | aes-256-cbc | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ==== UnixBench ==== | ||
+ | |||
+ | < | ||
+ | </ | ||