Searched refs:authIdParams (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 | 1505 uint32_t keyLen, KeyPurpose purpose, const KeyParams *authIdParams) in ConstructGenerateKeyPairWithStorageParams() argument 1507 struct HksBlob authIdBlob = { authIdParams->keyBuff.keyLen, authIdParams->keyBuff.key }; in ConstructGenerateKeyPairWithStorageParams() 1508 uint32_t len = GetParamLen(authIdParams->isDeStorage, BASE_GENERATE_KEY_PAIR_PARAMS_LEN); in ConstructGenerateKeyPairWithStorageParams() 1527 AddStorageExtParams(generateParams, authIdParams->isDeStorage, &idx, authIdParams->osAccountId); in ConstructGenerateKeyPairWithStorageParams() 1557 KeyParams authIdParams = { in GenerateKeyPairWithStorage() local 1563 … res = ConstructGenerateKeyPairWithStorageParams(¶mSet, algo, keyLen, purpose, &authIdParams); in GenerateKeyPairWithStorage() 1942 const KeyParams *authIdParams, const union KeyRoleInfoUnion *roleInfoUnion) in ConstructImportPublicKeyParams() argument 1947 struct HksBlob authIdBlob = { authIdParams->keyBuff.keyLen, authIdParams->keyBuff.key }; in ConstructImportPublicKeyParams() 1948 uint32_t len = GetParamLen(authIdParams->isDeStorage, BASE_IMPORT_PUB_KEY_PARAMS_LEN); in ConstructImportPublicKeyParams() 1971 AddStorageExtParams(importParams, authIdParams->isDeStorage, &idx, authIdParams->osAccountId); in ConstructImportPublicKeyParams() [all …]
|