Home
last modified time | relevance | path

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

/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_access_control_test_common.cpp23 static const uint8_t NONCE[HKS_AE_NONCE_LEN + 1] = "hahahahahaha";
106 .size = HKS_AE_NONCE_LEN,
151 (void)memcpy_s(authTokenHal->iv, HKS_AE_NONCE_LEN, NONCE, HKS_AE_NONCE_LEN); in AssignAuthToken()
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
Dhks_type.h58 #define HKS_AE_NONCE_LEN 12 macro
831 uint8_t iv[HKS_AE_NONCE_LEN];
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c276 CHECK_LEN_LOWER_RETURN(encryptInfo->nonceLen, HKS_AE_NONCE_LEN, "nonceLen"); in CheckAesGcmEncryptParam()
353 CHECK_LEN_LOWER_RETURN(decryptInfo->nonceLen, HKS_AE_NONCE_LEN, "nonceLen"); in CheckAesGcmDecryptParam()