Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 5 of 5) sorted by relevance

/test/xts/acts/security_lite/huks_posix/src/
DSecurityDataHuksHashRandomHmacTest.cpp129 uint32_t alg = HKS_ALG_HASH_SHA_1; variable
149 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
169 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
192 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
211 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
232 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
254 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
277 uint32_t alg = HKS_ALG_HASH_SHA_512; variable
386 uint32_t alg = hks_alg_hmac(HKS_ALG_HASH_SHA_256); variable
412 uint32_t alg = hks_alg_hmac(HKS_ALG_HASH_SHA_512); variable
[all …]
/test/xts/acts/security_lite/huks_hal/src/
Dsecurity_data_huks_export_hash_random_test.c395 uint32_t alg = HKS_ALG_HASH_SHA_1; variable
415 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
436 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
459 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
478 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
499 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
521 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
544 uint32_t alg = HKS_ALG_HASH_SHA_512; variable
Dsecurity_data_huks_sign_verify_test.c81 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
647 uint32_t alg = HKS_ALG_HASH_SHA_256; variable
/test/xts/acts/security_lite/huks/common/include/
Dhks_test_common.h62 uint32_t alg; member
91 uint32_t alg; member
104 uint32_t alg; member
134 uint32_t alg; member
152 uint32_t alg; member
302 uint32_t alg; member
313 uint32_t alg; member
332 uint32_t alg; member
364 uint32_t alg; member
/test/xts/acts/security_lite/deviceauth_basic_deps/
Dhc_alg_test.c857 Algorithm alg = ED25519; in TestAgreeSharedSecretWithStorage() local
899 Algorithm alg = X25519; in TestAgreeSharedSecret() local
1084 const AlgLoader *loader, const Algorithm alg, struct TestExportImportSignVerifyParam *param) in TestExportImportSignVerifyInnerVerfiyNormalAndAbnormalCases()
1120 const AlgLoader *loader, const Algorithm alg, struct TestExportImportSignVerifyParam *param) in TestExportImportSignVerifyInner()
1195 static void TestExportImportSignVerify(const AlgLoader *loader, const Algorithm alg) in TestExportImportSignVerify()