Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dcryptd.h28 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm);
/Linux-v5.4/crypto/
Dsimd.c80 child = cryptd_skcipher_child(ctx->cryptd_tfm); in simd_skcipher_encrypt()
101 child = cryptd_skcipher_child(ctx->cryptd_tfm); in simd_skcipher_decrypt()
134 reqsize = crypto_skcipher_reqsize(cryptd_skcipher_child(cryptd_tfm)); in simd_skcipher_init()
Dcryptd.c988 struct crypto_skcipher *cryptd_skcipher_child(struct cryptd_skcipher *tfm) in cryptd_skcipher_child() function
994 EXPORT_SYMBOL_GPL(cryptd_skcipher_child);