Searched refs:crypto4xx_crypt (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 66 static inline int crypto4xx_crypt(struct skcipher_request *req, in crypto4xx_crypt() function 87 return crypto4xx_crypt(req, 0, false, true); in crypto4xx_encrypt_noiv_block() 92 return crypto4xx_crypt(req, AES_IV_SIZE, false, false); in crypto4xx_encrypt_iv_stream() 97 return crypto4xx_crypt(req, 0, true, true); in crypto4xx_decrypt_noiv_block() 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()
|