Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/
H A Daccount_module_defines.h19 #define SEED_SIZE 32 macro
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.h31 uint8_t seed[SEED_SIZE];
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c748 uint8_t seed[SEED_SIZE] = { 0 }; in GetAccountSymSharedSecret()
749 Uint8Buff seedBuff = { seed, SEED_SIZE }; in GetAccountSymSharedSecret()
750 ret = GetByteFromJson(in, FIELD_SEED, seed, SEED_SIZE); in GetAccountSymSharedSecret()