Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst53 …:functions: crypto_ablkcipher_reqsize ablkcipher_request_set_tfm ablkcipher_request_alloc ablkciph…
/Linux-v5.4/include/linux/
Dcrypto.h1159 static inline void ablkcipher_request_set_tfm( in ablkcipher_request_set_tfm() function
1191 ablkcipher_request_set_tfm(req, tfm); in ablkcipher_request_alloc()
/Linux-v5.4/crypto/
Dskcipher.c728 ablkcipher_request_set_tfm(subreq, *ctx); in skcipher_crypt_ablkcipher()