Searched refs:token_length (Results 1 – 2 of 2) sorted by relevance
30 unsigned short token_length; member143 key->pubhdr.token_length = in zcrypt_type6_mex_key_en()145 key->t6_hdr.ulen = key->pubhdr.token_length + 4; in zcrypt_type6_mex_key_en()146 key->t6_hdr.blen = key->pubhdr.token_length + 6; in zcrypt_type6_mex_key_en()199 key->token.token_length = size - 6; in zcrypt_type6_crt_key()
1015 ssize_t token_length; in response_parse() local1051 token_length = response_parse_tiny(iter, pos); in response_parse()1053 token_length = response_parse_short(iter, pos); in response_parse()1055 token_length = response_parse_medium(iter, pos); in response_parse()1057 token_length = response_parse_long(iter, pos); in response_parse()1059 token_length = 1; in response_parse()1061 token_length = response_parse_token(iter, pos); in response_parse()1063 if (token_length < 0) in response_parse()1064 return token_length; in response_parse()1069 pos += token_length; in response_parse()[all …]