Searched refs:KeyPurpose (Results 1 – 5 of 5) sorted by relevance
/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/ |
D | alg_defs.h | 53 } 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/ |
D | huks_adapter.c | 452 …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/ |
D | huks_adapter.c | 621 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/ |
D | huks_adapter.c | 743 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/ |
D | sym_token_manager.c | 431 KeyPurpose purpose = KEY_PURPOSE_DERIVE; in ImportSymTokenToKeyManager()
|