/Linux-v4.19/crypto/ |
D | authenc.c | 97 crypto_aead_set_flags(authenc, crypto_ahash_get_flags(auth) & in crypto_authenc_setkey() 107 crypto_aead_set_flags(authenc, crypto_skcipher_get_flags(enc) & in crypto_authenc_setkey() 115 crypto_aead_set_flags(authenc, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_authenc_setkey()
|
D | authencesn.c | 79 crypto_aead_set_flags(authenc_esn, crypto_ahash_get_flags(auth) & in crypto_authenc_esn_setkey() 89 crypto_aead_set_flags(authenc_esn, crypto_skcipher_get_flags(enc) & in crypto_authenc_esn_setkey() 97 crypto_aead_set_flags(authenc_esn, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_authenc_esn_setkey()
|
D | gcm.c | 117 crypto_aead_set_flags(aead, crypto_skcipher_get_flags(ctr) & in crypto_gcm_setkey() 147 crypto_aead_set_flags(aead, crypto_ahash_get_flags(ghash) & 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 | 102 crypto_aead_set_flags(aead, crypto_skcipher_get_flags(ctr) & in crypto_ccm_setkey() 111 crypto_aead_set_flags(aead, crypto_ahash_get_flags(mac) & 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 | aead.c | 103 crypto_aead_set_flags(aead, CRYPTO_TFM_NEED_KEY); in crypto_aead_init_tfm()
|
D | aegis128.c | 337 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_aegis128_setkey()
|
D | aegis256.c | 350 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_aegis256_setkey()
|
D | aegis128l.c | 401 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_aegis128l_setkey()
|
D | morus1280.c | 422 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_morus1280_setkey()
|
D | morus640.c | 418 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_morus640_setkey()
|
D | chacha20poly1305.c | 508 crypto_aead_set_flags(aead, crypto_skcipher_get_flags(ctx->chacha) & in chachapoly_setkey()
|
/Linux-v4.19/include/crypto/ |
D | aead.h | 263 static inline void crypto_aead_set_flags(struct crypto_aead *tfm, u32 flags) in crypto_aead_set_flags() function
|
/Linux-v4.19/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 374 crypto_aead_set_flags(ctx->sw_cipher.aead, in crypto4xx_aead_setup_fallback() 378 crypto_aead_set_flags(cipher, in crypto4xx_aead_setup_fallback() 553 crypto_aead_set_flags(cipher, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto4xx_setkey_aes_gcm()
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-crypto-aes-galois.c | 48 crypto_aead_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ccp_aes_gcm_setkey()
|
/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() 3390 crypto_aead_set_flags(authenc, CRYPTO_TFM_RES_BAD_KEY_LEN); in chcr_authenc_setkey() 3511 crypto_aead_set_flags(aeadctx->sw_cipher, crypto_aead_get_flags(authenc) in chcr_aead_digest_null_setkey() [all …]
|
/Linux-v4.19/arch/x86/crypto/ |
D | morus640_glue.c | 122 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_morus640_glue_setkey()
|
D | morus1280_glue.c | 127 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_morus1280_glue_setkey()
|
D | aegis128-aesni-glue.c | 163 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_aegis128_aesni_setkey()
|
D | aegis256-aesni-glue.c | 163 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_aegis256_aesni_setkey()
|
D | aegis128l-aesni-glue.c | 163 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_aegis128l_aesni_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() 506 crypto_aead_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in spacc_aead_setkey()
|
D | atmel-aes.c | 1778 crypto_aead_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in atmel_aes_gcm_setkey() 2143 crypto_aead_set_flags(tfm, flags & CRYPTO_TFM_RES_MASK); in atmel_aes_authenc_setkey() 2157 crypto_aead_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); 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() 256 crypto_aead_set_flags(ctfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in safexcel_aead_aes_setkey()
|
/Linux-v4.19/drivers/crypto/mediatek/ |
D | mtk-aes.c | 974 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in mtk_aes_gcm_setkey() 985 crypto_aead_set_flags(aead, crypto_skcipher_get_flags(ctr) & in mtk_aes_gcm_setkey()
|
/Linux-v4.19/drivers/crypto/bcm/ |
D | cipher.c | 2896 crypto_aead_set_flags(cipher, flags); in aead_authenc_setkey() 2913 crypto_aead_set_flags(cipher, flags); in aead_authenc_setkey() 2919 crypto_aead_set_flags(cipher, in aead_authenc_setkey() 2984 crypto_aead_set_flags(cipher, CRYPTO_TFM_RES_BAD_KEY_LEN); in aead_authenc_setkey() 3060 crypto_aead_set_flags(cipher, CRYPTO_TFM_RES_BAD_KEY_LEN); in aead_gcm_ccm_setkey()
|