Home
last modified time | relevance | path

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 Dpake_base_cur_task.h36 #define PAKE_PSK_LEN 32 macro
/base/security/device_auth/services/identity_manager/inc/
H A Didentity_defines.h36 #define PAKE_PSK_LEN 32 macro
/base/security/device_auth/services/identity_manager/src/
H A Didentity_p2p.c240 &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 Didentity_common.c33 uint32_t len = PAKE_PSK_LEN * BYTE_TO_HEX_OPER_LENGTH; in ConvertPsk()
H A Didentity_group.c719 &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 Dcredential_operator.c559 &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 Dpake_v1_protocol_task_common.c246 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 Ddas_standard_token_manager.c318 PAKE_PSK_LEN, sharedKeyAlias); in ComputeAndSavePskInner()
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange.c378 PAKE_PSK_LEN, sharedKeyAlias); in ComputeAndSavePskInner()

Completed in 12 milliseconds