Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/include/
H A Dhks_keyblob.h32 #define HKS_KEY_BLOB_NONCE_SIZE 12 macro
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_keyblob.c45 uint8_t nonce[HKS_KEY_BLOB_NONCE_SIZE];
186 aeadParam->nonce.size = HKS_KEY_BLOB_NONCE_SIZE; in BuildKeyBlobUsageSpec()
294 struct HksBlob nonce = { HKS_KEY_BLOB_NONCE_SIZE, keyBlobInfo->nonce }; in InitKeyBlobInfo()
H A Dhks_keyblob_lite.c109 int32_t ret = HksBlobInit(&nonce, HKS_KEY_BLOB_NONCE_SIZE); /* need free by caller function */ in BuildKeyBlobUsageSpec()