Home
last modified time | relevance | path

Searched refs:crypto_aead_set_flags (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v4.19/crypto/
Dauthenc.c97 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()
Dauthencesn.c79 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()
Dgcm.c117 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()
Dccm.c102 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()
Daead.c103 crypto_aead_set_flags(aead, CRYPTO_TFM_NEED_KEY); in crypto_aead_init_tfm()
Daegis128.c337 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_aegis128_setkey()
Daegis256.c350 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_aegis256_setkey()
Daegis128l.c401 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_aegis128l_setkey()
Dmorus1280.c422 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_morus1280_setkey()
Dmorus640.c418 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_morus640_setkey()
Dchacha20poly1305.c508 crypto_aead_set_flags(aead, crypto_skcipher_get_flags(ctx->chacha) & in chachapoly_setkey()
/Linux-v4.19/include/crypto/
Daead.h263 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/
Dcrypto4xx_alg.c374 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/
Dccp-crypto-aes-galois.c48 crypto_aead_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ccp_aes_gcm_setkey()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c3254 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/
Dmorus640_glue.c122 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_morus640_glue_setkey()
Dmorus1280_glue.c127 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_morus1280_glue_setkey()
Daegis128-aesni-glue.c163 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_aegis128_aesni_setkey()
Daegis256-aesni-glue.c163 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_aegis256_aesni_setkey()
Daegis128l-aesni-glue.c163 crypto_aead_set_flags(aead, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_aegis128l_aesni_setkey()
/Linux-v4.19/drivers/crypto/
Dpicoxcell_crypto.c478 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()
Datmel-aes.c1778 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/
Dsafexcel_cipher.c237 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/
Dmtk-aes.c974 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/
Dcipher.c2896 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()

12