Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_key_generate.c550 static int32_t DecryptImportedKeyWithKek(const struct HksBlob *wrappedKeyData, const struct HksBlob… in DecryptImportedKeyWithKek() function
820 ret = DecryptImportedKeyWithKek(wrappedKeyData, &kek, &partOffset, &originKey); in HksCoreImportWrappedKey()