Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_common_h.h283 const struct HksBlob *nonceBlob; member
/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
1007 encryptParams[idx++].blob = nonceBlob; in ConstructAesGcmEncryptParamSet()
1077 struct HksBlob nonceBlob = { decryptInfo->nonceLen, decryptInfo->nonce }; in ConstructAesGcmDecryptParamSet() local
1095 decryptParams[idx++].blob = nonceBlob; in ConstructAesGcmDecryptParamSet()
/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_common_func.cpp265 nonceParam.blob = *(paramStruct->nonceBlob); in TestAesCipherParamSetPost()