Home
last modified time | relevance | path

Searched refs:crypto_blkcipher_decrypt_iv (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst62 …r_encrypt crypto_blkcipher_encrypt_iv crypto_blkcipher_decrypt crypto_blkcipher_decrypt_iv crypto_…
/Linux-v4.19/drivers/crypto/
Dgeode-aes.c195 ret = crypto_blkcipher_decrypt_iv(desc, dst, src, nbytes); in fallback_blk_dec()
/Linux-v4.19/include/linux/
Dcrypto.h1380 static inline int crypto_blkcipher_decrypt_iv(struct blkcipher_desc *desc, in crypto_blkcipher_decrypt_iv() function