Home
last modified time | relevance | path

Searched refs:crypto_aead_get_flags (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/crypto/
H A Daead.c117 if (crypto_aead_get_flags(aead) & CRYPTO_TFM_NEED_KEY) in crypto_aead_encrypt()
140 if (crypto_aead_get_flags(aead) & CRYPTO_TFM_NEED_KEY) in crypto_aead_decrypt()
H A Dalgif_aead.c396 if (crypto_aead_get_flags(tfm->aead) & CRYPTO_TFM_NEED_KEY) in aead_check_key()
559 if (crypto_aead_get_flags(tfm->aead) & CRYPTO_TFM_NEED_KEY) in aead_accept_parent()
H A Dgcm.c110 crypto_skcipher_set_flags(ctr, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
138 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
702 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4106_setkey()
910 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4543_setkey()
H A Dauthenc.c97 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
104 crypto_skcipher_set_flags(enc, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
H A Dauthencesn.c71 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
78 crypto_skcipher_set_flags(enc, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
H A Dccm.c96 crypto_skcipher_set_flags(ctr, crypto_aead_get_flags(aead) & in crypto_ccm_setkey()
103 crypto_ahash_set_flags(mac, crypto_aead_get_flags(aead) & in crypto_ccm_setkey()
581 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4309_setkey()
H A Dessiv.c103 crypto_aead_set_flags(tctx->u.aead, crypto_aead_get_flags(tfm) & in essiv_aead_setkey()
120 crypto_cipher_set_flags(tctx->essiv_cipher, crypto_aead_get_flags(tfm) & in essiv_aead_setkey()
H A Dsimd.c275 crypto_aead_set_flags(child, crypto_aead_get_flags(tfm) & in simd_aead_setkey()
H A Dchacha20poly1305.c486 crypto_skcipher_set_flags(ctx->chacha, crypto_aead_get_flags(aead) & in chachapoly_setkey()
H A Dtcrypt.c365 crypto_aead_get_flags(tfm)); in test_mb_aead_speed()
621 crypto_aead_get_flags(tfm), ret); in test_aead_speed()
H A Dtestmgr.c2061 crypto_aead_get_flags(tfm)); in test_aead_vec_cfg()
/openbmc/linux/include/crypto/
H A Daead.h297 static inline u32 crypto_aead_get_flags(struct crypto_aead *tfm) in crypto_aead_get_flags() function
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c373 crypto_aead_get_flags(cipher) & CRYPTO_TFM_REQ_MASK); in crypto4xx_aead_setup_fallback()
/openbmc/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c3459 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(aead) & in chcr_aead_ccm_setkey()
3478 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(aead) & in chcr_aead_rfc4309_setkey()
3499 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(aead) in chcr_gcm_setkey()
3564 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(authenc) in chcr_authenc_setkey()
3687 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(authenc) in chcr_aead_digest_null_setkey()
/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c218 crypto_aead_get_flags(tfm) & CRYPTO_TFM_REQ_MASK); in kmb_ocs_aead_set_key()
/openbmc/linux/drivers/crypto/
H A Datmel-aes.c2112 crypto_aead_get_flags(tfm)); in atmel_aes_authenc_setkey()
H A Dsa2ul.c1870 crypto_aead_get_flags(authenc) & in sa_aead_setkey()
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1135 crypto_aead_get_flags(tfm) & CRYPTO_TFM_REQ_MASK); in sec_aead_fallback_setkey()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c2933 crypto_aead_set_flags(aead, crypto_aead_get_flags(ctx->fback) & in safexcel_aead_chachapoly_crypt()