Home
last modified time | relevance | path

Searched refs:crypto_cipher_get_flags (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/crypto/vmx/
Daes.c53 crypto_cipher_get_flags((struct in p8_aes_init()
/Linux-v4.19/crypto/
Dcbc.c38 crypto_skcipher_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_cbc_setkey()
Decb.c36 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ecb_setkey()
Dkeywrap.c284 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_kw_setkey()
Dpcbc.c41 crypto_skcipher_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_pcbc_setkey()
Dansi_cprng.c314 crypto_cipher_get_flags(ctx->tfm)); in reset_prng_context()
Dcfb.c200 crypto_skcipher_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_cfb_setkey()
Dctr.c49 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ctr_setkey()
Dxts.c82 crypto_skcipher_set_flags(parent, crypto_cipher_get_flags(tweak) & in setkey()
Dtestmgr.c1066 algo, crypto_cipher_get_flags(tfm)); in test_cipher()
/Linux-v4.19/include/linux/
Dcrypto.h1529 static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm) in crypto_cipher_get_flags() function