Searched refs:crypto_cipher_get_flags (Results 1 – 11 of 11) sorted by relevance
59 crypto_cipher_get_flags((struct crypto_cipher *) tfm)); in p8_aes_init()
61 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()74 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()
36 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ecb_setkey()
316 crypto_cipher_get_flags(ctx->tfm)); in reset_prng_context()
37 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_cbc_setkey()
40 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_pcbc_setkey()
93 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in setkey()
49 crypto_tfm_set_flags(parent, crypto_cipher_get_flags(child) & in crypto_ctr_setkey()
97 crypto_aead_set_flags(aead, crypto_cipher_get_flags(tfm) & in crypto_ccm_setkey()
873 algo, crypto_cipher_get_flags(tfm)); in test_cipher()
2035 static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm) in crypto_cipher_get_flags() function