Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c989 struct HksBlob nonceBlob = { encryptInfo->nonceLen, encryptInfo->nonce }; in ConstructAesGcmEncryptParamSet() local
1077 struct HksBlob nonceBlob = { decryptInfo->nonceLen, decryptInfo->nonce }; in ConstructAesGcmDecryptParamSet() local
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_common_h.h283 const struct HksBlob *nonceBlob; member