Searched refs:token_length (Results 1 – 2 of 2) sorted by relevance
32 unsigned short token_length; member156 key->pubHdr.token_length = in zcrypt_type6_mex_key_en()158 key->t6_hdr.ulen = key->pubHdr.token_length + 4; in zcrypt_type6_mex_key_en()159 key->t6_hdr.blen = key->pubHdr.token_length + 6; in zcrypt_type6_mex_key_en()213 key->token.token_length = size - 6; in zcrypt_type6_crt_key()
804 ssize_t token_length; in response_parse() local840 token_length = response_parse_tiny(iter, pos); in response_parse()842 token_length = response_parse_short(iter, pos); in response_parse()844 token_length = response_parse_medium(iter, pos); in response_parse()846 token_length = response_parse_long(iter, pos); in response_parse()848 token_length = response_parse_token(iter, pos); in response_parse()850 if (token_length < 0) in response_parse()851 return token_length; in response_parse()853 pos += token_length; in response_parse()854 total -= token_length; in response_parse()