/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/ |
D | hks_aes_cipher_part2_test.cpp | 70 .uint32Param = HKS_AES_KEY_SIZE_192 88 .uint32Param = HKS_AES_KEY_SIZE_192 115 .uint32Param = HKS_AES_KEY_SIZE_192 143 .uint32Param = HKS_AES_KEY_SIZE_192 161 .uint32Param = HKS_AES_KEY_SIZE_192 188 .uint32Param = HKS_AES_KEY_SIZE_192 216 .uint32Param = HKS_AES_KEY_SIZE_192 234 .uint32Param = HKS_AES_KEY_SIZE_192 273 .uint32Param = HKS_AES_KEY_SIZE_192 314 .uint32Param = HKS_AES_KEY_SIZE_192 [all …]
|
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
D | openssl_aes_helper.c | 58 } else if (keyLen == HKS_AES_KEY_SIZE_192) { in AesCbcCrypt() 70 } else if (keyLen == HKS_AES_KEY_SIZE_192) { in AesEcbCrypt() 82 } else if (keyLen == HKS_AES_KEY_SIZE_192) { in AesCtrCrypt() 94 } else if (keyLen == HKS_AES_KEY_SIZE_192) { in AesGcmCrypt()
|
D | hks_aes_key_mt.cpp | 174 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 194 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 214 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 235 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 255 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 276 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 },
|
D | hks_aes_cipher_mt.cpp | 182 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 202 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 222 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 243 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 263 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 289 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 },
|
D | hks_aes_encrypt_mt.cpp | 178 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 198 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 218 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 239 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 259 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 285 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 },
|
D | hks_aes_decrypt_mt.cpp | 179 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 199 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 219 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 240 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 260 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 287 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 },
|
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
D | hks_crypto_hal_aes_key.cpp | 54 .keyLen = HKS_AES_KEY_SIZE_192,
|
D | hks_crypto_hal_aes_cipher.cpp | 209 .keyLen = HKS_AES_KEY_SIZE_192, 232 .keyLen = HKS_AES_KEY_SIZE_192, 255 .keyLen = HKS_AES_KEY_SIZE_192, 277 .keyLen = HKS_AES_KEY_SIZE_192, 298 .keyLen = HKS_AES_KEY_SIZE_192, 327 .keyLen = HKS_AES_KEY_SIZE_192,
|
/base/security/huks/utils/crypto_adapter/ |
D | hks_client_service_adapter_common.c | 94 (key->size != HKS_KEY_BYTES(HKS_AES_KEY_SIZE_192)) && in GetHksPubKeyInnerFormat()
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
D | hks_pbkdf2_derive_part2_test.cpp | 123 .uint32Param = HKS_AES_KEY_SIZE_192 242 .uint32Param = HKS_AES_KEY_SIZE_192 361 .uint32Param = HKS_AES_KEY_SIZE_192 441 .uint32Param = HKS_AES_KEY_SIZE_192 478 .uint32Param = HKS_AES_KEY_SIZE_192
|
D | hks_hkdf_derive_part1_test.cpp | 238 .uint32Param = HKS_AES_KEY_SIZE_192 294 .uint32Param = HKS_AES_KEY_SIZE_192 348 .uint32Param = HKS_AES_KEY_SIZE_192
|
D | hks_pbkdf2_derive_part1_test.cpp | 141 .uint32Param = HKS_AES_KEY_SIZE_192 331 .uint32Param = HKS_AES_KEY_SIZE_192 458 .uint32Param = HKS_AES_KEY_SIZE_192
|
D | hks_hkdf_derive_part2_test.cpp | 179 .uint32Param = HKS_AES_KEY_SIZE_192 210 .uint32Param = HKS_AES_KEY_SIZE_192 240 .uint32Param = HKS_AES_KEY_SIZE_192
|
D | hks_import_wrapped_ecdh_suite_test.cpp | 127 {.tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192},
|
D | hks_import_key_test.cpp | 85 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 }, 89 .keySize = HKS_AES_KEY_SIZE_192 / HKS_BITS_PER_BYTE,
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
D | hks_openssl_aes.c | 240 if ((spec->keyLen != HKS_AES_KEY_SIZE_128) && (spec->keyLen != HKS_AES_KEY_SIZE_192) && in AesGenKeyCheckParam() 262 case HKS_KEY_BYTES(HKS_AES_KEY_SIZE_192): in GetAesCbcCipherType() 276 case HKS_KEY_BYTES(HKS_AES_KEY_SIZE_192): in GetAesCtrCipherType() 290 case HKS_KEY_BYTES(HKS_AES_KEY_SIZE_192): in GetAesEcbCipherType() 304 case (HKS_AES_KEY_SIZE_192 / HKS_BITS_PER_BYTE): in GetGcmCipherType()
|
/base/security/huks/interfaces/kits/liteapi/src/ |
D | hks_lite_api.cpp | 97 AddInt32PropertyInLite(keySize, "HUKS_AES_KEY_SIZE_192", HKS_AES_KEY_SIZE_192); in CreateHuksKeySize()
|
/base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
D | hks_type.h | 184 HKS_AES_KEY_SIZE_192 = 192, enumerator
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
D | hks_mbedtls_aes.c | 57 if (spec->keyLen != HKS_AES_KEY_SIZE_128 && spec->keyLen != HKS_AES_KEY_SIZE_192 && in HksMbedtlsAesGenerateKey() 1411 …ze != HKS_KEY_BYTES(HKS_AES_KEY_SIZE_128)) && (key->size != HKS_KEY_BYTES(HKS_AES_KEY_SIZE_192)) && in CheckKeySize()
|
/base/security/huks/interfaces/kits/napi/src/ |
D | huks_napi.cpp | 217 AddInt32Property(env, keySize, "HUKS_AES_KEY_SIZE_192", HKS_AES_KEY_SIZE_192); in CreateHuksKeySize()
|
/base/security/huks/frameworks/huks_standard/main/common/src/ |
D | hks_check_paramset.c | 231 HKS_AES_KEY_SIZE_192,
|
D | hks_base_check.c | 86 HKS_AES_KEY_SIZE_192,
|
/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/ |
D | hks_native_api_compatibility_test.cpp | 214 ASSERT_EQ((uint32_t)OH_HUKS_AES_KEY_SIZE_192 == (uint32_t)HKS_AES_KEY_SIZE_192, true);
|
/base/security/huks/test/reliability/src/ |
D | api_pressure_test.cpp | 70 …ksParam g_PARAM_KEYSIZE_AES_192 = { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_AES_KEY_SIZE_192 };
|