Home
last modified time | relevance | path

Searched refs:crypto_aead_set_flags (Results 1 – 2 of 2) sorted by relevance

/include/crypto/internal/
Ddes.h136 crypto_aead_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in verify_aead_des_key()
146 crypto_aead_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in verify_aead_des3_key()
/include/crypto/
Daead.h257 static inline void crypto_aead_set_flags(struct crypto_aead *tfm, u32 flags) in crypto_aead_set_flags() function