Searched refs:priKeyParams (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
H A D | huks_adapter.c | 1230 struct HksBlob priKeyAliasBlob = { priKeyParams->keyBuff.keyLen, priKeyParams->keyBuff.key }; in AgreeSharedSecretWithStorageP256() 1268 struct HksBlob priKeyBlob = { priKeyParams->keyBuff.keyLen, priKeyParams->keyBuff.key }; in ConstructAgreeWithStorageParams() 1295 AddStorageExtParams(agreeParams, priKeyParams->isDeStorage, &idx, priKeyParams->osAccountId); in ConstructAgreeWithStorageParams() 1307 int32_t res = CheckKeyParams(priKeyParams); in CheckAgreeWithStorageParams() 1323 struct HksBlob priKeyBlob = { priKeyParams->keyBuff.keyLen, priKeyParams->keyBuff.key }; in MoveSharedKeyToCe() 1324 MoveDeKeyToCe(priKeyParams->keyBuff.isAlias, priKeyParams->osAccountId, &priKeyBlob); in MoveSharedKeyToCe() 1343 ….keyBuff = { priKeyParams->keyBuff.key, priKeyParams->keyBuff.keyLen, priKeyParams->keyBuff.isAlia… in AgreeSharedSecretWithStorage() 1360 if (priKeyParams->isDeStorage) { in AgreeSharedSecretWithStorage() 1385 int32_t res = CheckKeyParams(priKeyParams); in CheckAgreeParams() 1433 …KeyBuff priKey = { priKeyParams->keyBuff.key, priKeyParams->keyBuff.keyLen, priKeyParams->keyBuff.… in AgreeSharedSecret() [all …]
|
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/ |
H A D | alg_defs.h | 115 typedef int32_t (*AgreeSharedSecretWithStorageFunc)(const KeyParams *priKeyParams, const KeyBuff *p… 118 typedef int32_t (*AgreeSharedSecretFunc)(const KeyParams *priKeyParams, const KeyBuff *pubKey, Algo…
|