Searched defs:nativeKey (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_ecdh.c | 42 static int32_t EccKeyMaterialToCtx(const struct HksBlob *nativeKey, in EccKeyMaterialToCtx() 54 int32_t HksMbedtlsEcdh(const struct HksBlob *nativeKey, in HksMbedtlsEcdh()
|
H A D | hks_mbedtls_x25519.c | 300 static int32_t X25519KeyMaterialToPri(const struct HksBlob *nativeKey, mbedtls_mpi *pri) in X25519KeyMaterialToPri() 314 int32_t HksMbedtlsX25519KeyAgreement(const struct HksBlob *nativeKey, in HksMbedtlsX25519KeyAgreement() 795 int32_t HksMbedtlsEd25519KeyAgreement(const struct HksBlob *nativeKey, in HksMbedtlsEd25519KeyAgreement()
|
H A D | hks_mbedtls_dh.c | 227 int32_t HksMbedtlsDhAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksMbedtlsDhAgreeKey()
|
H A D | hks_mbedtls_engine.c | 207 int32_t HksCryptoHalAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksCryptoHalAgreeKey()
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_curve25519.c | 113 …tic int32_t ImportX25519EvpKey(EVP_PKEY **ours, EVP_PKEY **theirs, const struct HksBlob *nativeKey, in ImportX25519EvpKey() 141 int32_t HksOpensslX25519AgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksOpensslX25519AgreeKey() 183 int32_t HksOpensslEd25519AgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksOpensslEd25519AgreeKey()
|
H A D | hks_openssl_dh.c | 205 static int32_t HksOpensslDhCheckPubKey(const struct HksBlob *nativeKey, DH *dh) in HksOpensslDhCheckPubKey() 272 int32_t HksOpensslDhAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksOpensslDhAgreeKey()
|
H A D | hks_openssl_ecc.c | 350 static int32_t GetNativePKey(const struct HksBlob *nativeKey, EVP_PKEY *key) in GetNativePKey() 393 static int32_t AgreeKeyEcdh(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, struct H… in AgreeKeyEcdh() 435 int32_t HksOpensslEcdhAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksOpensslEcdhAgreeKey()
|
H A D | hks_openssl_engine.c | 94 static int32_t AgreeKeyCheckParam(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in AgreeKeyCheckParam() 335 int32_t HksCryptoHalAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksCryptoHalAgreeKey()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | openssl_dh_helper.c | 144 …const int keyLen, const struct HksBlob *nativeKey, const struct HksBlob *pubKey, struct HksBlob *s… in DhAgreeKey()
|
H A D | openssl_ecc_helper.c | 594 int32_t GetNativePkey(const struct HksBlob *nativeKey, EVP_PKEY *key) in GetNativePkey() 652 …const int keyLen, const struct HksBlob *nativeKey, const struct HksBlob *pubKey, struct HksBlob *s… in EcdhAgreeKey()
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 586 int32_t nativeKey; variable 631 int32_t nativeKey; variable
|
H A D | test_napi.cpp | 1451 int32_t nativeKey; variable 1496 int32_t nativeKey; variable
|