Searched refs:SEED_SIZE (Results 1 – 3 of 3) sorted by relevance
19 #define SEED_SIZE 32 macro
31 uint8_t seed[SEED_SIZE];
748 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()