Searched refs:crypto4xx_crypt (Results 1 – 1 of 1) sorted by relevance
78 static inline int crypto4xx_crypt(struct skcipher_request *req, in crypto4xx_crypt() function95 return crypto4xx_crypt(req, 0, false); in crypto4xx_encrypt_noiv()100 return crypto4xx_crypt(req, AES_IV_SIZE, false); in crypto4xx_encrypt_iv()105 return crypto4xx_crypt(req, 0, true); in crypto4xx_decrypt_noiv()110 return crypto4xx_crypt(req, AES_IV_SIZE, true); in crypto4xx_decrypt_iv()