Home
last modified time | relevance | path

Searched defs:huksPublicKey (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_wrapped_test_common.cpp111 struct OH_Huks_Blob *huksPublicKey) in GenerateAndExportHuksPublicKey()
139const struct OH_Huks_Blob *huksPublicKey, struct OH_Huks_Blob *outSharedKey) in ImportKekAndAgreeSharedSecret()
236 struct OH_Huks_Blob huksPublicKey = {0, nullptr}; in HksImportWrappedKeyTestCommonCase() local
/test/xts/acts/security/security_huks_reformed_test/huks_hmac_callback_BasicTest/src/main/js/test/HMAC/
DSecurityHuksImportJsunit.test.js918 async function agreeFunction(keyAlias, HuksOptions, huksPublicKey) { argument
954 …AndAgreeSharedSecret(callerKekAlias, importKekParams, callerKeyAlias, huksPublicKey, agreeParams) { argument