Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Diso_protocol.c22 #define RAND_BYTE_LEN 16 macro
263 uint8_t randCVal[RAND_BYTE_LEN] = { 0 }; in ClientGenRandomProcEvent()
264 Uint8Buff randC = { randCVal, RAND_BYTE_LEN }; in ClientGenRandomProcEvent()
316 uint8_t randCVal[RAND_BYTE_LEN] = { 0 }; in ServerGenTokenParseEvent()
317 Uint8Buff randC = { randCVal, RAND_BYTE_LEN }; in ServerGenTokenParseEvent()
351 uint8_t randSVal[RAND_BYTE_LEN] = { 0 }; in ServerGenTokenProcEvent()
352 Uint8Buff randS = { randSVal, RAND_BYTE_LEN }; in ServerGenTokenProcEvent()
423 uint8_t randSVal[RAND_BYTE_LEN] = { 0 }; in ClientGenTokenParseEvent()
424 Uint8Buff randS = { randSVal, RAND_BYTE_LEN }; in ClientGenTokenParseEvent()
/ohos5.0/base/security/device_auth/services/protocol/inc/iso_protocol/
H A Diso_protocol_common.h25 #define RAND_BYTE_LEN 16 macro
/ohos5.0/base/security/device_auth/services/protocol/src/iso_protocol/
H A Diso_protocol_common.c36 params->randSelf.length = RAND_BYTE_LEN; in InitIsoBaseParams()
43 params->randPeer.length = RAND_BYTE_LEN; in InitIsoBaseParams()