Home
last modified time | relevance | path

Searched refs:PAKE_NONCE_LEN (Results 1 - 7 of 7) sorted by relevance

/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/pake_task/
H A Dpake_base_cur_task.h35 #define PAKE_NONCE_LEN 32 macro
/base/security/device_auth/services/identity_manager/inc/
H A Didentity_defines.h35 #define PAKE_NONCE_LEN 32 macro
/base/security/device_auth/services/identity_manager/src/
H A Didentity_p2p.c302 uint8_t nonceVal[PAKE_NONCE_LEN] = { 0 }; in GetSharedSecretByUrl()
303 Uint8Buff nonceBuff = { nonceVal, PAKE_NONCE_LEN }; in GetSharedSecretByUrl()
H A Didentity_group.c789 uint8_t *nonceVal = (uint8_t *)HcMalloc(PAKE_NONCE_LEN, 0); in GetSharedSecretForP2pInPake()
795 Uint8Buff nonceBuff = { nonceVal, PAKE_NONCE_LEN }; in GetSharedSecretForP2pInPake()
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/
H A Dpake_task_common.c242 params->nonce.length = PAKE_NONCE_LEN; in FillNonce()
/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/
H A Dcredsmanager_fuzzer.cpp531 nonceBuff->val = reinterpret_cast<uint8_t *>(HcMalloc(PAKE_NONCE_LEN, 0)); in GetNonceValue()
536 nonceBuff->length = PAKE_NONCE_LEN; in GetNonceValue()
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/
H A Dcreds_manager_test.cpp542 nonceBuff->val = (uint8_t *)HcMalloc(PAKE_NONCE_LEN, 0); in GetNonceValue()
547 nonceBuff->length = PAKE_NONCE_LEN; in GetNonceValue()

Completed in 10 milliseconds