Searched refs:PAKE_PSK_LEN (Results 1 - 9 of 9) sorted by relevance
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/pake_task/ |
H A D | pake_base_cur_task.h | 36 #define PAKE_PSK_LEN 32 macro
|
/base/security/device_auth/services/identity_manager/inc/ |
H A D | identity_defines.h | 36 #define PAKE_PSK_LEN 32 macro
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_p2p.c | 240 &selfKeyParams, &peerKeyBuff, ED25519, PAKE_PSK_LEN, sharedKeyAlias); in ComputeAndSaveDirectAuthPsk() 308 uint8_t pskVal[PAKE_PSK_LEN] = { 0 }; in GetSharedSecretByUrl() 309 Uint8Buff pskBuff = { pskVal, PAKE_PSK_LEN }; in GetSharedSecretByUrl()
|
H A D | identity_common.c | 33 uint32_t len = PAKE_PSK_LEN * BYTE_TO_HEX_OPER_LENGTH; in ConvertPsk()
|
H A D | identity_group.c | 719 &selfKeyAliasParams, &peerKeyBuff, ED25519, PAKE_PSK_LEN, sharedKeyAlias); in ComputeAndSavePsk() 783 uint8_t *pskVal = (uint8_t *)HcMalloc(PAKE_PSK_LEN, 0); in GetSharedSecretForP2pInPake() 788 Uint8Buff pskBuff = { pskVal, PAKE_PSK_LEN }; in GetSharedSecretForP2pInPake()
|
H A D | credential_operator.c | 559 &selfKeyParams, &peerKeyBuff, ED25519, PAKE_PSK_LEN, &sharedKeyAlias); in ComputeAndSavePsk()
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/ |
H A D | pake_v1_protocol_task_common.c | 246 int res = InitSingleParam(&(params->baseParams.psk), PAKE_PSK_LEN * BYTE_TO_HEX_OPER_LENGTH + 1); in ConvertPakeV1Psk() 313 uint8_t pskVal[PAKE_PSK_LEN] = { 0 }; in FillPskWithDerivedKeyHex() 314 Uint8Buff pskByte = { pskVal, PAKE_PSK_LEN }; in FillPskWithDerivedKeyHex() 481 uint8_t outKeyVal[PAKE_PSK_LEN] = { 0 }; in GeneratePseudonymPskIfNotExist() 482 Uint8Buff outKeyBuff = { outKeyVal, PAKE_PSK_LEN }; in GeneratePseudonymPskIfNotExist() 806 uint8_t outKeyVal[PAKE_PSK_LEN] = { 0 }; in SaveExtInfoToPseudonymPsk() 807 Uint8Buff outKeyBuff = { outKeyVal, PAKE_PSK_LEN }; in SaveExtInfoToPseudonymPsk()
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/ |
H A D | das_standard_token_manager.c | 318 PAKE_PSK_LEN, sharedKeyAlias); in ComputeAndSavePskInner()
|
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | pub_key_exchange.c | 378 PAKE_PSK_LEN, sharedKeyAlias); in ComputeAndSavePskInner()
|
Completed in 9 milliseconds