Searched refs:crypto_cipher_get_flags (Results 1 – 11 of 11) sorted by relevance
53 crypto_cipher_get_flags((struct in p8_aes_init()
38 crypto_skcipher_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_cbc_setkey()
36 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ecb_setkey()
284 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_kw_setkey()
41 crypto_skcipher_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_pcbc_setkey()
314 crypto_cipher_get_flags(ctx->tfm)); in reset_prng_context()
200 crypto_skcipher_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_cfb_setkey()
49 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ctr_setkey()
82 crypto_skcipher_set_flags(parent, crypto_cipher_get_flags(tweak) & in setkey()
1066 algo, crypto_cipher_get_flags(tfm)); in test_cipher()
1529 static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm) in crypto_cipher_get_flags() function