Searched refs:sharedKeyAliasBlob (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 | 1184 const struct HksBlob *sharedKeyAliasBlob) in ConstructFinishParamsP256() argument 1206 finishParams[idx++].blob = *sharedKeyAliasBlob; in ConstructFinishParamsP256() 1217 const struct HksBlob *sharedKeyAliasBlob) in AgreeSharedSecretWithStorageP256() argument 1225 res = ConstructFinishParamsP256(&finishParamSet, priKeyParams, sharedKeyAliasBlob); in AgreeSharedSecretWithStorageP256() 1336 struct HksBlob sharedKeyAliasBlob = { sharedKeyAlias->length, sharedKeyAlias->val }; in AgreeSharedSecretWithStorage() local 1339 return AgreeSharedSecretWithStorageP256(priKeyParams, pubKeyBuff, &sharedKeyAliasBlob); in AgreeSharedSecretWithStorage() 1361 res = HksGenerateKey(&sharedKeyAliasBlob, deParamSet, NULL); in AgreeSharedSecretWithStorage() 1363 MoveSharedKeyToCe(priKeyParams, &sharedKeyAliasBlob); in AgreeSharedSecretWithStorage() 1365 res = HksGenerateKey(&sharedKeyAliasBlob, ceParamSet, NULL); in AgreeSharedSecretWithStorage() 1368 res = HksGenerateKey(&sharedKeyAliasBlob, ceParamSet, NULL); in AgreeSharedSecretWithStorage() [all …]
|