Home
last modified time | relevance | path

Searched refs:KeyPurpose (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dalg_defs.h53 } KeyPurpose; typedef
99 …ImportSymmetricKeyFunc)(const KeyParams *keyParams, const Uint8Buff *authToken, KeyPurpose purpose,
125 KeyPurpose purpose, const ExtraInfo *exInfo);
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1505 uint32_t keyLen, KeyPurpose purpose, const KeyParams *authIdParams) in ConstructGenerateKeyPairWithStorageParams()
1550 KeyPurpose purpose, const ExtraInfo *exInfo) in GenerateKeyPairWithStorage()
2164 uint32_t keyLen, KeyPurpose purpose, const ExtraInfo *exInfo) in ConstructImportSymmetricKeyParam()
2217 …32_t ImportSymmetricKey(const KeyParams *keyParams, const Uint8Buff *authToken, KeyPurpose purpose, in ImportSymmetricKey()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dsym_token_manager.c382 KeyPurpose purpose = KEY_PURPOSE_DERIVE; in ImportSymTokenToKeyManager()