Searched refs:AES_IV_SIZE (Results 1 – 3 of 3) sorted by relevance
| /drivers/crypto/amcc/ |
| A D | crypto4xx_alg.c | 72 __le32 iv[AES_IV_SIZE / 4]; in crypto4xx_crypt() 92 return crypto4xx_crypt(req, AES_IV_SIZE, false, false); in crypto4xx_encrypt_iv_stream() 102 return crypto4xx_crypt(req, AES_IV_SIZE, true, false); in crypto4xx_decrypt_iv_stream() 107 return crypto4xx_crypt(req, AES_IV_SIZE, false, true); in crypto4xx_encrypt_iv_block() 112 return crypto4xx_crypt(req, AES_IV_SIZE, true, true); in crypto4xx_decrypt_iv_block() 209 __le32 iv[AES_IV_SIZE / 4] = { in crypto4xx_rfc3686_encrypt() 216 req->cryptlen, iv, AES_IV_SIZE, in crypto4xx_rfc3686_encrypt() 224 __le32 iv[AES_IV_SIZE / 4] = { in crypto4xx_rfc3686_decrypt() 231 req->cryptlen, iv, AES_IV_SIZE, in crypto4xx_rfc3686_decrypt()
|
| A D | crypto4xx_sa.h | 15 #define AES_IV_SIZE 16 macro
|
| A D | crypto4xx_core.c | 1161 .ivsize = AES_IV_SIZE, 1182 .ivsize = AES_IV_SIZE,
|
Completed in 12 milliseconds