Home
last modified time | relevance | path

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

/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
Dalg_defs.h53 } KeyPurpose; typedef
85 …*ImportSymmetricKeyFunc)(const Uint8Buff *keyAlias, const Uint8Buff *authToken, KeyPurpose purpose,
111 KeyPurpose purpose, const ExtraInfo *exInfo);
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/mini/
Dhuks_adapter.c452 …onstructImportSymmetricKeyParam(struct HksParamSet **paramSet, uint32_t keyLen, KeyPurpose purpose, in ConstructImportSymmetricKeyParam()
510 static int32_t ImportSymmetricKey(const Uint8Buff *keyAlias, const Uint8Buff *authToken, KeyPurpose in ImportSymmetricKey()
721 KeyPurpose purpose, const ExtraInfo *exInfo) in GenerateKeyPairWithStorage()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/small/
Dhuks_adapter.c621 uint32_t keyLen, KeyPurpose purpose, const struct HksBlob *authIdBlob) in ConstructGenerateKeyPairWithStorageParams()
654 KeyPurpose purpose, const ExtraInfo *exInfo) in GenerateKeyPairWithStorage()
1175 …onstructImportSymmetricKeyParam(struct HksParamSet **paramSet, uint32_t keyLen, KeyPurpose purpose, in ConstructImportSymmetricKeyParam()
1233 static int32_t ImportSymmetricKey(const Uint8Buff *keyAlias, const Uint8Buff *authToken, KeyPurpose in ImportSymmetricKey()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
Dhuks_adapter.c743 uint32_t keyLen, KeyPurpose purpose, const struct HksBlob *authIdBlob) in ConstructGenerateKeyPairWithStorageParams()
776 KeyPurpose purpose, const ExtraInfo *exInfo) in GenerateKeyPairWithStorage()
1297 …onstructImportSymmetricKeyParam(struct HksParamSet **paramSet, uint32_t keyLen, KeyPurpose purpose, in ConstructImportSymmetricKeyParam()
1355 static int32_t ImportSymmetricKey(const Uint8Buff *keyAlias, const Uint8Buff *authToken, KeyPurpose in ImportSymmetricKey()
/base/security/device_auth/services/authenticators/src/account_related/creds_manager/
Dsym_token_manager.c431 KeyPurpose purpose = KEY_PURPOSE_DERIVE; in ImportSymTokenToKeyManager()