Home
last modified time | relevance | path

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

/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
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1249 Uint8Buff outPubKey = { 0 }; in HWTEST_F() local
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1580 static int32_t GetKeyPair(struct HksParamSet *outParamSet, Uint8Buff *outPriKey, Uint8Buff *outPubKey) in GetKeyPair() argument
1643 static int32_t GenerateKeyPair(Algorithm algo, Uint8Buff *outPriKey, Uint8Buff *outPubKey) in GenerateKeyPair() argument
1717 CheckExportParams(const KeyParams *keyParams, const Uint8Buff *outPubKey) CheckExportParams() argument
1729 ExportPublicKey(const KeyParams *keyParams, Uint8Buff *outPubKey) ExportPublicKey() argument
[all...]

Completed in 8 milliseconds