Searched defs:nativeKey (Results 1 – 10 of 10) sorted by relevance
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| D | hks_mbedtls_ecdh.c | 44 static int32_t EccKeyMaterialToCtx(const struct HksBlob *nativeKey, in EccKeyMaterialToCtx() 56 int32_t HksMbedtlsEcdh(const struct HksBlob *nativeKey, in HksMbedtlsEcdh()
|
| D | hks_mbedtls_x25519.c | 302 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()
|
| D | hks_mbedtls_dh.c | 227 int32_t HksMbedtlsDhAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksMbedtlsDhAgreeKey()
|
| D | hks_mbedtls_engine.c | 261 int32_t HksCryptoHalAgreeKey(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, in HksCryptoHalAgreeKey()
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
| 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()
|
| D | hks_openssl_dh.c | 209 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()
|
| D | hks_openssl_ecc.c | 346 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()
|
| 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()
|
| /base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
| D | openssl_dh_helper.c | 144 …const int keyLen, const struct HksBlob *nativeKey, const struct HksBlob *pubKey, struct HksBlob *s… in DhAgreeKey()
|
| 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()
|