Searched refs:crypto_aead_get_flags (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | aead.h | 258 static inline u32 crypto_aead_get_flags(struct crypto_aead *tfm) in crypto_aead_get_flags() function 332 if (crypto_aead_get_flags(aead) & CRYPTO_TFM_NEED_KEY) in crypto_aead_encrypt() 364 if (crypto_aead_get_flags(aead) & CRYPTO_TFM_NEED_KEY) in crypto_aead_decrypt()
|
/Linux-v4.19/crypto/ |
D | gcm.c | 114 crypto_skcipher_set_flags(ctr, crypto_aead_get_flags(aead) & in crypto_gcm_setkey() 144 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey() 779 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4106_setkey() 782 crypto_aead_set_flags(parent, crypto_aead_get_flags(child) & in crypto_rfc4106_setkey() 1012 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4543_setkey() 1015 crypto_aead_set_flags(parent, crypto_aead_get_flags(child) & in crypto_rfc4543_setkey()
|
D | ccm.c | 99 crypto_skcipher_set_flags(ctr, crypto_aead_get_flags(aead) & in crypto_ccm_setkey() 108 crypto_ahash_set_flags(mac, crypto_aead_get_flags(aead) & in crypto_ccm_setkey() 638 crypto_aead_set_flags(child, crypto_aead_get_flags(parent) & in crypto_rfc4309_setkey() 641 crypto_aead_set_flags(parent, crypto_aead_get_flags(child) & in crypto_rfc4309_setkey()
|
D | algif_aead.c | 400 if (crypto_aead_get_flags(tfm->aead) & CRYPTO_TFM_NEED_KEY) in aead_check_key() 587 if (crypto_aead_get_flags(tfm->aead) & CRYPTO_TFM_NEED_KEY) in aead_accept_parent()
|
D | authenc.c | 94 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()
|
D | authencesn.c | 76 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey() 86 crypto_skcipher_set_flags(enc, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
|
D | chacha20poly1305.c | 504 crypto_skcipher_set_flags(ctx->chacha, crypto_aead_get_flags(aead) & in chachapoly_setkey()
|
D | tcrypt.c | 369 crypto_aead_get_flags(tfm)); in test_mb_aead_speed() 629 crypto_aead_get_flags(tfm)); in test_aead_speed()
|
D | testmgr.c | 712 d, j, algo, crypto_aead_get_flags(tfm)); in __test_aead() 811 d, j, algo, crypto_aead_get_flags(tfm)); in __test_aead()
|
/Linux-v4.19/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 375 crypto_aead_get_flags(cipher) & CRYPTO_TFM_REQ_MASK); in crypto4xx_aead_setup_fallback() 379 crypto_aead_get_flags(ctx->sw_cipher.aead) & in crypto4xx_aead_setup_fallback()
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 3254 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(aead) & in chcr_aead_ccm_setkey() 3258 crypto_aead_set_flags(aead, crypto_aead_get_flags(aeadctx->sw_cipher) & in chcr_aead_ccm_setkey() 3278 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(aead) & in chcr_aead_rfc4309_setkey() 3282 crypto_aead_set_flags(aead, crypto_aead_get_flags(aeadctx->sw_cipher) & in chcr_aead_rfc4309_setkey() 3302 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(aead) in chcr_gcm_setkey() 3306 crypto_aead_set_flags(aead, crypto_aead_get_flags(aeadctx->sw_cipher) & in chcr_gcm_setkey() 3380 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(authenc) in chcr_authenc_setkey() 3384 crypto_aead_set_flags(authenc, crypto_aead_get_flags(aeadctx->sw_cipher) in chcr_authenc_setkey() 3511 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(authenc) in chcr_aead_digest_null_setkey() 3515 crypto_aead_set_flags(authenc, crypto_aead_get_flags(aeadctx->sw_cipher) in chcr_aead_digest_null_setkey()
|
/Linux-v4.19/drivers/crypto/ |
D | picoxcell_crypto.c | 478 crypto_aead_set_flags(ctx->sw_cipher, crypto_aead_get_flags(tfm) & in spacc_aead_setkey() 482 crypto_aead_set_flags(tfm, crypto_aead_get_flags(ctx->sw_cipher) & in spacc_aead_setkey()
|
D | atmel-aes.c | 2139 flags = crypto_aead_get_flags(tfm); in atmel_aes_authenc_setkey()
|
/Linux-v4.19/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 237 crypto_aead_set_flags(ctfm, crypto_aead_get_flags(ctfm) & in safexcel_aead_aes_setkey()
|
/Linux-v4.19/drivers/crypto/mediatek/ |
D | mtk-aes.c | 982 crypto_skcipher_set_flags(ctr, crypto_aead_get_flags(aead) & in mtk_aes_gcm_setkey()
|
/Linux-v4.19/drivers/crypto/bcm/ |
D | cipher.c | 2894 if (crypto_aead_get_flags(cipher) & in aead_authenc_setkey()
|