Searched defs:outPubKey (Results 1 – 3 of 3) sorted by relevance
349 … struct HksBlob outPubKey = { CURVE25519_KEY_LEN, keyOut->data + sizeof(struct KeyMaterial25519) }; in ConvertPubkeyX25519FromED25519() local
1580 …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()
1249 Uint8Buff outPubKey = { 0 }; variable