Home
last modified time | relevance | path

Searched refs:ISO_PSK_LEN (Results 1 - 4 of 4) sorted by relevance

/base/security/device_auth/services/identity_manager/inc/
H A Didentity_defines.h37 #define ISO_PSK_LEN 32 macro
/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c297 uint8_t *pskVal = (uint8_t *)HcMalloc(ISO_PSK_LEN, 0); in GetSharedSecretForPinInIso()
304 sharedSecret->length = ISO_PSK_LEN; in GetSharedSecretForPinInIso()
H A Dcert_operation.c760 sharedSecret->val = (uint8_t *)HcMalloc(ISO_PSK_LEN, 0); in GetAccountSymSharedSecret()
766 sharedSecret->length = ISO_PSK_LEN; in GetAccountSymSharedSecret()
H A Didentity_group.c535 uint8_t *pskVal = (uint8_t *)HcMalloc(ISO_PSK_LEN, 0); in GetSharedSecretForP2pInIso()
542 sharedSecret->length = ISO_PSK_LEN; in GetSharedSecretForP2pInIso()

Completed in 5 milliseconds