Home
last modified time | relevance | path

Searched defs:pointFormat (Results 1 – 7 of 7) sorted by relevance

/third_party/openhitls/crypto/ecc/include/
Dcrypt_ecc_pkey.h42 CRYPT_PKEY_PointFormat pointFormat; // Public key point format member
/third_party/openhitls/testcode/sdv/testcase/crypto/ecc/
Dtest_suite_sdv_eal_ecdsa.c849 Hex *randVector, Hex *pubKeyX, Hex *pubKeyY, int pointFormat, int isProvider) in SDV_CRYPTO_ECDSA_SIGN_VERIFY_FUNC_TC002()
1116 Hex *randVector, Hex *pubKeyX, Hex *pubKeyY, int pointFormat, int isProvider) in SDV_CRYPTO_ECDSA_SIGN_VERIFY_FUNC_TC001()
1216 int eccId, Hex *publicX, Hex *publicY, int result, int pointFormat, int isProvider) in SDV_CRYPTO_ECDSA_SET_PUB_FUNC_TC001()
1293 int eccId, Hex *prvKeyVector, Hex *pubKeyX, Hex *pubKeyY, int pointFormat, int isProvider) in SDV_CRYPTO_ECDSA_GEN_KEY_FUNC_TC001()
1320 int eccId, Hex *prvKeyVector, Hex *pubKeyX, Hex *pubKeyY, int pointFormat, int expect) in SDV_CRYPTO_ECDSA_KEY_PAIR_CHECK_FUNC_TC001()
Dtest_suite_sdv_eal_ecc.base.c81 static int32_t EccPointToBuffer(Hex *pubKeyX, Hex *pubKeyY, CRYPT_PKEY_PointFormat pointFormat, Key… in EccPointToBuffer()
178 …int algId, int eccId, Hex *prvKeyVector, Hex *pubKeyX, Hex *pubKeyY, int pointFormat, int isProvid… in Ecc_GenKey()
330 uint32_t ret, pointFormat; in EAL_PkeyCtrl_Api_TC002() local
370 uint32_t ret, pointFormat; in EAL_PkeyCtrl_Api_TC003() local
Dtest_suite_sdv_eal_ecdh.c570 …int eccId, Hex *prvKeyVector, Hex *pubKeyX, Hex *pubKeyY, int pointFormat, Hex *shareKeyVector, in… in SDV_CRYPTO_ECDH_EXCH_FUNC_TC001()
666 int eccId, Hex *prvKeyVector, Hex *pubKeyX, Hex *pubKeyY, int pointFormat, int isProvider) in SDV_CRYPTO_ECDH_GEN_KEY_FUNC_TC001()
/third_party/openhitls/crypto/ecc/src/
Decc_pkey.c444 uint32_t pointFormat = *(uint32_t *)val; in SetEccPointFormat() local
/third_party/openhitls/tls/handshake/recv/src/
Drecv_client_hello.c174 uint8_t pointFormat = HITLS_POINT_FORMAT_UNCOMPRESSED; local
1901 uint8_t pointFormat = HITLS_POINT_FORMAT_UNCOMPRESSED; local
/third_party/openhitls/testcode/framework/tls/rpc/src/
Dhlt_func.c1169 int HLT_SetEcPointFormats(HLT_Ctx_Config *ctxConfig, const char *pointFormat) in HLT_SetEcPointFormats()