Searched defs:TRUST_TOKEN_NONCE_SIZE (Results 1 – 3 of 3) sorted by relevance
1038 uint8_t out_nonce[TRUST_TOKEN_NONCE_SIZE], in pmbtoken_read()1104 const uint8_t t[TRUST_TOKEN_NONCE_SIZE]) { in pmbtoken_exp1_hash_t()1112 const uint8_t s[TRUST_TOKEN_NONCE_SIZE]) { in pmbtoken_exp1_hash_s()1230 uint8_t out_nonce[TRUST_TOKEN_NONCE_SIZE], in pmbtoken_exp1_read()1254 const uint8_t t[TRUST_TOKEN_NONCE_SIZE]) { in pmbtoken_exp2_hash_t()1262 const uint8_t s[TRUST_TOKEN_NONCE_SIZE]) { in pmbtoken_exp2_hash_s()1380 uint8_t out_nonce[TRUST_TOKEN_NONCE_SIZE], in pmbtoken_exp2_read()
641 uint8_t out_nonce[TRUST_TOKEN_NONCE_SIZE], in voprf_read()674 const uint8_t t[TRUST_TOKEN_NONCE_SIZE]) { in voprf_exp2_hash_to_group()759 uint8_t out_nonce[TRUST_TOKEN_NONCE_SIZE], in voprf_exp2_read()
46 #define TRUST_TOKEN_NONCE_SIZE 64 macro