Home
last modified time | relevance | path

Searched defs:nativeKey (Results 1 – 10 of 10) sorted by relevance

/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_mbedtls_ecdh.c44 static int32_t EccKeyMaterialToCtx(const struct HksBlob *nativeKey, in EccKeyMaterialToCtx()
56 int32_t HksMbedtlsEcdh(const struct HksBlob *nativeKey, in HksMbedtlsEcdh()
Dhks_mbedtls_x25519.c302 static int32_t X25519KeyMaterialToPri(const struct HksBlob *nativeKey, mbedtls_mpi *pri) in X25519KeyMaterialToPri()
316 int32_t HksMbedtlsX25519KeyAgreement(const struct HksBlob *nativeKey, in HksMbedtlsX25519KeyAgreement()
797 int32_t HksMbedtlsEd25519KeyAgreement(const struct HksBlob *nativeKey, in HksMbedtlsEd25519KeyAgreement()
Dhks_mbedtls_dh.c227 int32_t HksMbedtlsDhAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksMbedtlsDhAgreeKey()
Dhks_mbedtls_engine.c261 int32_t HksCryptoHalAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksCryptoHalAgreeKey()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_curve25519.c113 …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()
Dhks_openssl_dh.c209 static int32_t HksOpensslDhCheckPubKey(const struct HksBlob *nativeKey, DH *dh) in HksOpensslDhCheckPubKey()
276 int32_t HksOpensslDhAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksOpensslDhAgreeKey()
Dhks_openssl_ecc.c346 static int32_t GetNativePKey(const struct HksBlob *nativeKey, EVP_PKEY *key) in GetNativePKey()
387 static int32_t AgreeKeyEcdh(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, struct H… in AgreeKeyEcdh()
429 int32_t HksOpensslEcdhAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksOpensslEcdhAgreeKey()
Dhks_openssl_engine.c94 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()
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
Dopenssl_dh_helper.c144 …const int keyLen, const struct HksBlob *nativeKey, const struct HksBlob *pubKey, struct HksBlob *s… in DhAgreeKey()
Dopenssl_ecc_helper.c594 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()