| /linux/lib/crypto/s390/ |
| H A D | aes.h | 29 } else if (key_len == AES_KEYSIZE_192) { in aes_preparekey_arch() 31 memcpy(k->raw_key, in_key, AES_KEYSIZE_192); in aes_preparekey_arch() 55 } else if (key->len == AES_KEYSIZE_192) { in aes_crypt_s390()
|
| /linux/lib/crypto/sparc/ |
| H A D | aes.h | 80 else if (key->len == AES_KEYSIZE_192) in aes_sparc64_encrypt() 110 else if (key->len == AES_KEYSIZE_192) in aes_sparc64_decrypt()
|
| /linux/arch/powerpc/crypto/ |
| H A D | aes-spe-glue.c | 78 case AES_KEYSIZE_192: in ppc_aes_setkey_skcipher() 113 case AES_KEYSIZE_192: in ppc_xts_setkey() 116 ppc_expand_key_192(ctx->key_twk, in_key + AES_KEYSIZE_192); in ppc_xts_setkey()
|
| /linux/drivers/crypto/ti/ |
| H A D | dthev2-aes.c | 132 if (keylen != AES_KEYSIZE_128 && keylen != AES_KEYSIZE_192 && keylen != AES_KEYSIZE_256) in dthe_aes_setkey() 164 keylen != 2 * AES_KEYSIZE_192 && in dthe_aes_xts_setkey() 225 else if (ctx->keylen == AES_KEYSIZE_192) in dthe_aes_set_ctrl_key()
|
| /linux/include/crypto/ |
| H A D | aes.h | 15 #define AES_KEYSIZE_192 24 macro 135 case AES_KEYSIZE_192: in aes_check_keylen()
|
| /linux/lib/crypto/x86/ |
| H A D | aes.h | 39 if (static_branch_likely(&have_aes) && key_len != AES_KEYSIZE_192 && in aes_preparekey_arch()
|
| /linux/drivers/crypto/nx/ |
| H A D | nx-aes-ecb.c | 37 case AES_KEYSIZE_192: in ecb_aes_nx_set_key()
|
| H A D | nx-aes-cbc.c | 37 case AES_KEYSIZE_192: in cbc_aes_nx_set_key()
|
| H A D | nx-aes-ctr.c | 38 case AES_KEYSIZE_192: in ctr_aes_nx_set_key()
|
| /linux/drivers/crypto/ |
| H A 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()
|
| /linux/drivers/crypto/qce/ |
| H A 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()
|
| /linux/lib/crypto/arm64/ |
| H A D | aes.h | 71 if (key_len == AES_KEYSIZE_192) { in aes_expandkey_arm64()
|
| /linux/drivers/crypto/starfive/ |
| H A 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() 864 keylen != AES_KEYSIZE_192 && in starfive_aes_setkey() 883 keylen != AES_KEYSIZE_192 && in starfive_aes_aead_setkey()
|
| /linux/lib/crypto/powerpc/ |
| H A D | aes.h | 51 else if (key_len == AES_KEYSIZE_192) in aes_preparekey_arch()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.c | 433 case 2 * AES_KEYSIZE_192: in otx2_cpt_skcipher_xts_setkey() 471 case AES_KEYSIZE_192: in cpt_aes_setkey() 869 case AES_KEYSIZE_192: in aead_hmac_init() 949 case AES_KEYSIZE_192 + AES_GCM_SALT_SIZE: in otx2_cpt_aead_gcm_aes_setkey() 951 ctx->enc_key_len = AES_KEYSIZE_192; in otx2_cpt_aead_gcm_aes_setkey()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-aes-galois.c | 38 case AES_KEYSIZE_192: in ccp_aes_gcm_setkey()
|
| H A D | ccp-crypto-aes.c | 49 case AES_KEYSIZE_192: in ccp_aes_setkey()
|
| /linux/drivers/crypto/hisilicon/sec/ |
| H A 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/drivers/crypto/rockchip/ |
| H A 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/drivers/crypto/marvell/octeontx/ |
| H A 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/arch/arm/crypto/ |
| H A D | aes-ce-glue.c | 82 key_len != AES_KEYSIZE_192 && in ce_aes_expandkey() 101 if (key_len == AES_KEYSIZE_192) { in ce_aes_expandkey()
|
| /linux/arch/sparc/crypto/ |
| H A D | aes_glue.c | 97 case AES_KEYSIZE_192: in aes_set_key_skcipher()
|
| /linux/drivers/crypto/aspeed/ |
| H A 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/lib/crypto/ |
| H A D | aes.c | 276 if (key_len == AES_KEYSIZE_192) { in aes_expandkey_generic()
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_req.h | 542 case AES_KEYSIZE_192: in flexi_aes_keylen()
|