Home
last modified time | relevance | path

Searched defs:wrappingKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_key_generate.c366 static int32_t CheckWrappingKeyIsUsedForUnwrap(const struct HksBlob *wrappingKey) in CheckWrappingKeyIsUsedForUnwrap()
389 static int32_t GetPublicKeyInnerFormat(const struct HksBlob *wrappingKey, const struct HksBlob *wra… in GetPublicKeyInnerFormat()
410 static int32_t AgreeSharedSecretWithPeerPublicKey(const struct HksBlob *wrappingKey, const struct H… in AgreeSharedSecretWithPeerPublicKey()
787 int32_t HksCoreImportWrappedKey(const struct HksBlob *keyAlias, const struct HksBlob *wrappingKey, in HksCoreImportWrappedKey()
H A Dhks_sm_import_wrap_key.c574 const struct HksBlob *wrappingKey, const struct HksBlob *wrappedKeyData, struct HksBlob *keyOut) in HksSmImportWrappedKey()
602 const struct HksBlob *wrappingKey, const struct HksBlob *wrappedKeyData, struct HksBlob *keyOut) in HksSmImportWrappedKey()
/ohos5.0/drivers/peripheral/huks/hdi_service/
H A Dhuks_hdi_passthrough_adapter.c83 …iAdapterImportWrappedKey(const struct HksBlob *wrappingKeyAlias, const struct HksBlob *wrappingKey, in HuksHdiAdapterImportWrappedKey()