Home
last modified time | relevance | path

Searched refs:ablkcipher_request_set_tfm (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.h977 static inline void ablkcipher_request_set_tfm( in ablkcipher_request_set_tfm() function
1009 ablkcipher_request_set_tfm(req, tfm); in ablkcipher_request_alloc()
/Linux-v4.19/crypto/
Dskcipher.c714 ablkcipher_request_set_tfm(subreq, *ctx); in skcipher_crypt_ablkcipher()