Searched defs:priKeyParams (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
H A D | huks_adapter.c | 1216 static int32_t AgreeSharedSecretWithStorageP256(const KeyParams *priKeyParams, const KeyBuff *pubKe… in AgreeSharedSecretWithStorageP256() 1266 const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff) in ConstructAgreeWithStorageParams() 1304 static int32_t CheckAgreeWithStorageParams(const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff, in CheckAgreeWithStorageParams() 1321 static void MoveSharedKeyToCe(const KeyParams *priKeyParams, const struct HksBlob *sharedKeyAlias) in MoveSharedKeyToCe() 1328 static int32_t AgreeSharedSecretWithStorage(const KeyParams *priKeyParams, const KeyBuff *pubKeyBuf… in AgreeSharedSecretWithStorage() 1383 static int32_t CheckAgreeParams(const KeyParams *priKeyParams, const KeyBuff *pubKey, const Uint8Bu… in CheckAgreeParams() 1423 static int32_t AgreeSharedSecret(const KeyParams *priKeyParams, const KeyBuff *pubKey, Algorithm al… in AgreeSharedSecret()
|