Searched refs:crypto4xx_crypt (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 69 static inline int crypto4xx_crypt(struct skcipher_request *req, in crypto4xx_crypt() function 90 return crypto4xx_crypt(req, 0, false, true); in crypto4xx_encrypt_noiv_block() 95 return crypto4xx_crypt(req, AES_IV_SIZE, false, false); in crypto4xx_encrypt_iv_stream() 100 return crypto4xx_crypt(req, 0, true, true); in crypto4xx_decrypt_noiv_block() 105 return crypto4xx_crypt(req, AES_IV_SIZE, true, false); in crypto4xx_decrypt_iv_stream() 110 return crypto4xx_crypt(req, AES_IV_SIZE, false, true); in crypto4xx_encrypt_iv_block() 115 return crypto4xx_crypt(req, AES_IV_SIZE, true, true); in crypto4xx_decrypt_iv_block()
|