| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | aes.h | 15 #define AES_KEYSIZE_192 24 macro 41 case AES_KEYSIZE_192: in aes_check_keylen()
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v2_skcipher.c | 160 if (algt->mode == CIPHER_MODE_XTS && key_len == AES_KEYSIZE_192 * 2) in is_force_fallback() 163 if (algt->use_soft_aes192 && key_len == AES_KEYSIZE_192) in is_force_fallback() 278 else if (ctx->keylen == AES_KEYSIZE_192 * key_factor) in rk_cipher_crypt() 587 else if (ctx->keylen == AES_KEYSIZE_192) in rk_aead_crypt()
|
| H A D | rk_crypto_v3_skcipher.c | 159 if (algt->mode == CIPHER_MODE_XTS && key_len == AES_KEYSIZE_192 * 2) in is_force_fallback() 162 if (algt->use_soft_aes192 && key_len == AES_KEYSIZE_192) in is_force_fallback() 277 else if (ctx->keylen == AES_KEYSIZE_192 * key_factor) in rk_cipher_crypt() 586 else if (ctx->keylen == AES_KEYSIZE_192) in rk_aead_crypt()
|
| H A D | rk_crypto_v1_skcipher.c | 125 keylen != AES_KEYSIZE_192 && in rk_cipher_setkey() 214 if (ctx->keylen == AES_KEYSIZE_192) in rk_ablk_hw_init()
|
| H A D | rk_crypto_skcipher_utils.c | 232 keylen != (AES_KEYSIZE_192 * key_factor) && in rk_cipher_setkey() 411 keylen != AES_KEYSIZE_192 && in rk_aead_setkey()
|
| H A D | rk3288_crypto_skcipher.c | 37 if (keylen != AES_KEYSIZE_128 && keylen != AES_KEYSIZE_192 && in rk_aes_setkey() 220 if (ctx->keylen == AES_KEYSIZE_192) in rk_ablk_hw_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/crypto/ |
| H A D | aes_glue.c | 51 case AES_KEYSIZE_192: in aes_set_key()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A D | nx-aes-ecb.c | 35 case AES_KEYSIZE_192: in ecb_aes_nx_set_key()
|
| H A D | nx-aes-cbc.c | 35 case AES_KEYSIZE_192: in cbc_aes_nx_set_key()
|
| H A D | nx-aes-ctr.c | 36 case AES_KEYSIZE_192: in ctr_aes_nx_set_key()
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 895 case AES_KEYSIZE_192: in hw_cipher_init() 1141 key_len != AES_KEYSIZE_192 && in hw_aes_init() 1218 if (key_len == AES_KEYSIZE_192) in rk_crypto_aes() 1287 if (algo == CRYPTO_AES && key_len == AES_KEYSIZE_192) in rk_crypto_mac() 1334 if (algo == CRYPTO_AES && key_len == AES_KEYSIZE_192) in rk_crypto_ae()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 | 47 case AES_KEYSIZE_192: in ccp_aes_setkey()
|
| H A D | ccp-crypto-aes-cmac.c | 272 case AES_KEYSIZE_192: in ccp_aes_cmac_setkey()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 446 case AES_KEYSIZE_192: in cpt_aes_setkey() 871 case AES_KEYSIZE_192: in otx_cpt_aead_cbc_aes_sha_setkey() 945 case AES_KEYSIZE_192 + AES_GCM_SALT_SIZE: in otx_cpt_aead_gcm_aes_setkey() 947 ctx->enc_key_len = AES_KEYSIZE_192; in otx_cpt_aead_gcm_aes_setkey()
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | aes.c | 218 if (key_len == AES_KEYSIZE_192) { in aes_expandkey()
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_req.h | 538 case AES_KEYSIZE_192: in flexi_aes_keylen()
|
| /OK3568_Linux_fs/u-boot/include/rockchip/ |
| H A D | crypto_v2.h | 23 #define AES_KEYSIZE_192 24 macro
|
| /OK3568_Linux_fs/kernel/drivers/crypto/stm32/ |
| H A D | stm32-cryp.c | 549 case AES_KEYSIZE_192: in stm32_cryp_hw_init() 720 if (keylen != AES_KEYSIZE_128 && keylen != AES_KEYSIZE_192 && in stm32_cryp_aes_setkey() 746 if (keylen != AES_KEYSIZE_128 && keylen != AES_KEYSIZE_192 && in stm32_cryp_aes_aead_setkey()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 318 if (key_len != AES_KEYSIZE_128 && key_len != AES_KEYSIZE_192 && in aes_set_key_common() 487 else if (ctx->key_length == AES_KEYSIZE_192) in aesni_ctr_enc_avx_tfm()
|