/linux-6.12.1/include/crypto/ |
D | aes.h | 15 #define AES_KEYSIZE_192 24 macro 41 case AES_KEYSIZE_192: in aes_check_keylen()
|
/linux-6.12.1/arch/arm64/crypto/ |
D | aes-ce-glue.c | 89 key_len != AES_KEYSIZE_192 && in ce_aes_expandkey() 107 if (key_len == AES_KEYSIZE_192) { in ce_aes_expandkey()
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 102 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()
|
/linux-6.12.1/drivers/crypto/nx/ |
D | nx-aes-ecb.c | 35 case AES_KEYSIZE_192: in ecb_aes_nx_set_key()
|
D | nx-aes-cbc.c | 35 case AES_KEYSIZE_192: in cbc_aes_nx_set_key()
|
D | nx-aes-ctr.c | 36 case AES_KEYSIZE_192: in ctr_aes_nx_set_key()
|
D | nx-aes-gcm.c | 39 case AES_KEYSIZE_192: in gcm_aes_nx_set_key()
|
/linux-6.12.1/drivers/crypto/ |
D | geode-aes.c | 122 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()
|
D | s5p-sss.c | 1818 else if (keylen == AES_KEYSIZE_192) in s5p_set_aes() 1917 if (dev->ctx->keylen == AES_KEYSIZE_192) in s5p_aes_crypt_start() 2045 keylen != AES_KEYSIZE_192 && in s5p_aes_setkey()
|
/linux-6.12.1/drivers/crypto/qce/ |
D | aead.c | 578 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()
|
D | skcipher.c | 199 case AES_KEYSIZE_192: in qce_skcipher_setkey()
|
/linux-6.12.1/drivers/crypto/starfive/ |
D | jh7110-aes.c | 181 if (ctx->keylen >= AES_KEYSIZE_192) { in starfive_aes_write_key() 244 case AES_KEYSIZE_192: in starfive_aes_hw_init() 863 keylen != AES_KEYSIZE_192 && in starfive_aes_setkey() 882 keylen != AES_KEYSIZE_192 && in starfive_aes_aead_setkey()
|
/linux-6.12.1/drivers/crypto/ccp/ |
D | ccp-crypto-aes-galois.c | 38 case AES_KEYSIZE_192: in ccp_aes_gcm_setkey()
|
D | ccp-crypto-aes.c | 48 case AES_KEYSIZE_192: in ccp_aes_setkey()
|
D | ccp-crypto-aes-cmac.c | 272 case AES_KEYSIZE_192: in ccp_aes_cmac_setkey()
|
/linux-6.12.1/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptvf_algs.c | 432 case 2 * AES_KEYSIZE_192: in otx2_cpt_skcipher_xts_setkey() 470 case AES_KEYSIZE_192: in cpt_aes_setkey() 868 case AES_KEYSIZE_192: in aead_hmac_init() 948 case AES_KEYSIZE_192 + AES_GCM_SALT_SIZE: in otx2_cpt_aead_gcm_aes_setkey() 950 ctx->enc_key_len = AES_KEYSIZE_192; in otx2_cpt_aead_gcm_aes_setkey()
|
/linux-6.12.1/drivers/crypto/hisilicon/sec/ |
D | sec_algs.c | 262 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()
|
/linux-6.12.1/drivers/crypto/rockchip/ |
D | rk3288_crypto_skcipher.c | 114 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()
|
/linux-6.12.1/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_algs.c | 448 case AES_KEYSIZE_192: in cpt_aes_setkey() 779 case AES_KEYSIZE_192: in aead_hmac_init() 866 case AES_KEYSIZE_192 + AES_GCM_SALT_SIZE: in otx_cpt_aead_gcm_aes_setkey() 868 ctx->enc_key_len = AES_KEYSIZE_192; in otx_cpt_aead_gcm_aes_setkey()
|
/linux-6.12.1/lib/crypto/ |
D | aes.c | 210 if (key_len == AES_KEYSIZE_192) { in aes_expandkey()
|
/linux-6.12.1/arch/arm/crypto/ |
D | aes-ce-glue.c | 84 key_len != AES_KEYSIZE_192 && in ce_aes_expandkey() 103 if (key_len == AES_KEYSIZE_192) { in ce_aes_expandkey()
|
/linux-6.12.1/drivers/crypto/aspeed/ |
D | aspeed-hace-crypto.c | 559 case AES_KEYSIZE_192: in aspeed_aes_crypt() 583 if (keylen != AES_KEYSIZE_128 && keylen != AES_KEYSIZE_192 && in aspeed_aes_setkey()
|
/linux-6.12.1/drivers/crypto/cavium/nitrox/ |
D | nitrox_req.h | 542 case AES_KEYSIZE_192: in flexi_aes_keylen()
|
/linux-6.12.1/arch/sparc/crypto/ |
D | aes_glue.c | 179 case AES_KEYSIZE_192: in aes_set_key()
|
/linux-6.12.1/drivers/crypto/virtio/ |
D | virtio_crypto_skcipher_algs.c | 101 case AES_KEYSIZE_192: in virtio_crypto_alg_validate_key()
|