Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Dskcipher.h592 static inline void crypto_lskcipher_clear_flags(struct crypto_lskcipher *tfm, in crypto_lskcipher_clear_flags() function
/linux-6.15/crypto/
H A Dlskcipher.c430 crypto_lskcipher_clear_flags(cipher, CRYPTO_TFM_REQ_MASK); in lskcipher_setkey_simple()
H A Dskcipher.c408 crypto_lskcipher_clear_flags(*ctx, CRYPTO_TFM_REQ_MASK); in crypto_skcipher_setkey()