Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst53 …:functions: crypto_ablkcipher_reqsize ablkcipher_request_set_tfm ablkcipher_request_alloc ablkciph…
/Linux-v4.19/include/linux/
Dcrypto.h963 static inline unsigned int crypto_ablkcipher_reqsize( in crypto_ablkcipher_reqsize() function
1006 crypto_ablkcipher_reqsize(tfm), gfp); in ablkcipher_request_alloc()
/Linux-v4.19/crypto/
Dskcipher.c774 skcipher->reqsize = crypto_ablkcipher_reqsize(ablkcipher) + in crypto_init_skcipher_ops_ablkcipher()