Lines Matching refs:cipher
167 cipher-only
169 cipher-then-auth
170 auth-then-cipher
193 * ``--cipher-algo <name>``
195 Set cipher algorithm name, where ``name`` is one of the following::
211 * ``--cipher-op <mode>``
213 Set cipher operation mode, where ``mode`` is one of the following::
218 * ``--cipher-key-sz <n>``
220 Set the size of cipher key.
222 * ``--cipher-iv-sz <n>``
224 Set the size of cipher iv.
337 typically information about plaintext, ciphertext, cipher key, auth key,
368 Key used in cipher operation.
394 for cipher encryption aes-cbc and auth generation sha1-hmac,
398 --ptest throughput --devtype crypto_aesni_mb --optype cipher-then-auth
399 --cipher-algo aes-cbc --cipher-op encrypt --cipher-key-sz 16 --auth-algo
404 on two cores for cipher encryption aes-cbc, ten operations in silent mode::
408 --cipher-algo aes-cbc --cipher-key-sz 16 --cipher-iv-sz 16
409 --cipher-op encrypt --optype cipher-only --silent
413 for cipher encryption aes-gcm and auth generation aes-gcm,ten operations
423 Test vector file for cipher algorithm aes cbc 256 with authorization sha::