Home
last modified time | relevance | path

Searched defs:outPubKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_ed25519tox25519.c349 … struct HksBlob outPubKey = { CURVE25519_KEY_LEN, keyOut->data + sizeof(struct KeyMaterial25519) }; in ConvertPubkeyX25519FromED25519() local
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1580 …tic int32_t GetKeyPair(struct HksParamSet *outParamSet, Uint8Buff *outPriKey, Uint8Buff *outPubKey) in GetKeyPair()
1643 static int32_t GenerateKeyPair(Algorithm algo, Uint8Buff *outPriKey, Uint8Buff *outPubKey) in GenerateKeyPair()
1717 static int32_t CheckExportParams(const KeyParams *keyParams, const Uint8Buff *outPubKey) in CheckExportParams()
1729 static int32_t ExportPublicKey(const KeyParams *keyParams, Uint8Buff *outPubKey) in ExportPublicKey()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1249 Uint8Buff outPubKey = { 0 }; variable