Home
last modified time | relevance | path

Searched refs:AES_KEYSIZE_192 (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/linux/include/crypto/
H A Daes.h15 #define AES_KEYSIZE_192 24 macro
41 case AES_KEYSIZE_192: in aes_check_keylen()
/openbmc/linux/arch/arm64/crypto/
H A Daes-ce-glue.c89 key_len != AES_KEYSIZE_192 && in ce_aes_expandkey()
107 if (key_len == AES_KEYSIZE_192) { in ce_aes_expandkey()
/openbmc/linux/drivers/crypto/nx/
H A Dnx-aes-ecb.c35 case AES_KEYSIZE_192: in ecb_aes_nx_set_key()
H A Dnx-aes-cbc.c35 case AES_KEYSIZE_192: in cbc_aes_nx_set_key()
H A Dnx-aes-ctr.c36 case AES_KEYSIZE_192: in ctr_aes_nx_set_key()
H A Dnx-aes-gcm.c39 case AES_KEYSIZE_192: in gcm_aes_nx_set_key()
/openbmc/linux/arch/powerpc/crypto/
H A Daes-spe-glue.c102 case AES_KEYSIZE_192: in ppc_aes_setkey()
143 case AES_KEYSIZE_192: in ppc_xts_setkey()
146 ppc_expand_key_192(ctx->key_twk, in_key + AES_KEYSIZE_192); in ppc_xts_setkey()
/openbmc/linux/drivers/crypto/
H A Dgeode-aes.c122 if (len != AES_KEYSIZE_192 && len != AES_KEYSIZE_256) in geode_setkey_cip()
148 if (len != AES_KEYSIZE_192 && len != AES_KEYSIZE_256) in geode_setkey_skcipher()
H A Ds5p-sss.c1824 else if (keylen == AES_KEYSIZE_192) in s5p_set_aes()
1923 if (dev->ctx->keylen == AES_KEYSIZE_192) in s5p_aes_crypt_start()
2051 keylen != AES_KEYSIZE_192 && in s5p_aes_setkey()
/openbmc/linux/drivers/crypto/qce/
H A Daead.c578 if (keylen != AES_KEYSIZE_128 && keylen != AES_KEYSIZE_256 && keylen != AES_KEYSIZE_192) in qce_aead_ccm_setkey()
587 if (keylen == AES_KEYSIZE_192) in qce_aead_ccm_setkey()
633 authenc_keys.enckeylen != AES_KEYSIZE_192 && in qce_aead_setkey()
636 if (authenc_keys.enckeylen == AES_KEYSIZE_192) in qce_aead_setkey()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c130 #define AES_KEYSIZE_192 24 macro
142 } else if (key_len == AES_KEYSIZE_192) { in cryptodev_builtin_get_aes_algo()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-aes.c191 if (ctx->keylen >= AES_KEYSIZE_192) { in starfive_aes_write_key()
254 case AES_KEYSIZE_192: in starfive_aes_hw_init()
707 keylen != AES_KEYSIZE_192 && in starfive_aes_setkey()
726 keylen != AES_KEYSIZE_192 && in starfive_aes_aead_setkey()
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-crypto-aes-galois.c38 case AES_KEYSIZE_192: in ccp_aes_gcm_setkey()
H A Dccp-crypto-aes.c48 case AES_KEYSIZE_192: in ccp_aes_setkey()
H A Dccp-crypto-aes-cmac.c272 case AES_KEYSIZE_192: in ccp_aes_cmac_setkey()
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c427 case 2 * AES_KEYSIZE_192: in otx2_cpt_skcipher_xts_setkey()
465 case AES_KEYSIZE_192: in cpt_aes_setkey()
927 case AES_KEYSIZE_192: in otx2_cpt_aead_cbc_aes_sha_setkey()
994 case AES_KEYSIZE_192 + AES_GCM_SALT_SIZE: in otx2_cpt_aead_gcm_aes_setkey()
996 ctx->enc_key_len = AES_KEYSIZE_192; in otx2_cpt_aead_gcm_aes_setkey()
/openbmc/linux/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c262 case AES_KEYSIZE_192: in sec_alg_skcipher_setkey_aes_ecb()
284 case AES_KEYSIZE_192: in sec_alg_skcipher_setkey_aes_cbc()
306 case AES_KEYSIZE_192: in sec_alg_skcipher_setkey_aes_ctr()
/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c114 if (keylen != AES_KEYSIZE_128 && keylen != AES_KEYSIZE_192 && in rk_aes_setkey()
274 if (ctx->keylen == AES_KEYSIZE_192) in rk_cipher_hw_init()
/openbmc/linux/lib/crypto/
H A Daes.c210 if (key_len == AES_KEYSIZE_192) { in aes_expandkey()
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c447 case AES_KEYSIZE_192: in cpt_aes_setkey()
873 case AES_KEYSIZE_192: in otx_cpt_aead_cbc_aes_sha_setkey()
947 case AES_KEYSIZE_192 + AES_GCM_SALT_SIZE: in otx_cpt_aead_gcm_aes_setkey()
949 ctx->enc_key_len = AES_KEYSIZE_192; in otx_cpt_aead_gcm_aes_setkey()
/openbmc/linux/arch/arm/crypto/
H A Daes-ce-glue.c84 key_len != AES_KEYSIZE_192 && in ce_aes_expandkey()
103 if (key_len == AES_KEYSIZE_192) { in ce_aes_expandkey()
/openbmc/linux/arch/x86/crypto/
H A Daesni-intel_glue.c237 if (key_len != AES_KEYSIZE_128 && key_len != AES_KEYSIZE_192 && in aes_set_key_common()
503 else if (ctx->key_length == AES_KEYSIZE_192) in aesni_ctr_enc_avx_tfm()
550 else if (ctx->key_length == AES_KEYSIZE_192) in aesni_xctr_enc_avx_tfm()
/openbmc/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_req.h542 case AES_KEYSIZE_192: in flexi_aes_keylen()
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c607 case AES_KEYSIZE_192: in aspeed_aes_crypt()
631 if (keylen != AES_KEYSIZE_128 && keylen != AES_KEYSIZE_192 && in aspeed_aes_setkey()
/openbmc/linux/arch/sparc/crypto/
H A Daes_glue.c179 case AES_KEYSIZE_192: in aes_set_key()

12