Home
last modified time | relevance | path

Searched defs:sharedKey (Results 1 – 2 of 2) sorted by relevance

/third_party/openhitls/testcode/sdv/testcase/crypto/mlkem/
Dtest_suite_sdv_mlkem.c204 uint8_t *sharedKey = BSL_SAL_Malloc(sharedLen); in SDV_CRYPTO_MLKEM_ENCAPS_API_TC001() local
278 uint8_t *sharedKey = BSL_SAL_Malloc(sharedLen); in SDV_CRYPTO_MLKEM_DECAPS_API_TC001() local
633 uint8_t *sharedKey = BSL_SAL_Malloc(sharedLen); in SDV_CRYPTO_MLKEM_ENCAPS_DECAPS_FUNC_TC001() local
697 uint8_t *sharedKey = BSL_SAL_Malloc(sharedLen); in SDV_CRYPTO_MLKEM_DECAPS_FUNC_TC001() local
801 uint8_t *sharedKey = BSL_SAL_Malloc(sharedLen); in SDV_CRYPTO_MLKEM_ABNORMAL_DECAPS_FUNC_TC001() local
884 uint8_t *sharedKey = BSL_SAL_Malloc(sharedLen); in SDV_CRYPTO_MLKEM_ABNORMAL_DECAPS_FUNC_TC002() local
967 uint8_t *sharedKey = BSL_SAL_Malloc(sharedLen); in SDV_CRYPTO_MLKEM_ABNORMAL_DECAPS_FUNC_TC003() local
/third_party/openhitls/crypto/curve25519/src/
Dcurve25519.c687 uint8_t *sharedKey, uint32_t *shareKeyLen) in CRYPT_CURVE25519_ComputeSharedKey()