Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst62 …her_blocksize crypto_blkcipher_setkey crypto_blkcipher_encrypt crypto_blkcipher_encrypt_iv crypto_…
/Linux-v5.4/drivers/crypto/
Dgeode-aes.c207 ret = crypto_blkcipher_encrypt_iv(desc, dst, src, nbytes); in fallback_blk_enc()
/Linux-v5.4/include/linux/
Dcrypto.h1512 static inline int crypto_blkcipher_encrypt_iv(struct blkcipher_desc *desc, in crypto_blkcipher_encrypt_iv() function