Home
last modified time | relevance | path

Searched refs:crypto_cipher_set_flags (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/crypto/
Decb.c33 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ecb_setkey()
Dcbc.c35 crypto_cipher_set_flags(child, crypto_skcipher_get_flags(parent) & in crypto_cbc_setkey()
Dkeywrap.c281 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_kw_setkey()
Dpcbc.c38 crypto_cipher_set_flags(child, crypto_skcipher_get_flags(parent) & in crypto_pcbc_setkey()
Dcfb.c197 crypto_cipher_set_flags(child, crypto_skcipher_get_flags(parent) & in crypto_cfb_setkey()
Dctr.c46 crypto_cipher_set_flags(child, crypto_tfm_get_flags(parent) & in crypto_ctr_setkey()
Dxts.c79 crypto_cipher_set_flags(tweak, crypto_skcipher_get_flags(parent) & in setkey()
Dtestmgr.c1059 crypto_cipher_set_flags(tfm, CRYPTO_TFM_REQ_WEAK_KEY); in test_cipher()
/linux-4.19.296/include/linux/
Dcrypto.h1534 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, in crypto_cipher_set_flags() function