Searched refs:token_length (Results 1 – 2 of 2) sorted by relevance
30 unsigned short token_length; member154 key->pubhdr.token_length = in zcrypt_type6_mex_key_en()156 key->t6_hdr.ulen = key->pubhdr.token_length + 4; in zcrypt_type6_mex_key_en()157 key->t6_hdr.blen = key->pubhdr.token_length + 6; in zcrypt_type6_mex_key_en()211 key->token.token_length = size - 6; in zcrypt_type6_crt_key()
895 ssize_t token_length; in response_parse() local931 token_length = response_parse_tiny(iter, pos); in response_parse()933 token_length = response_parse_short(iter, pos); in response_parse()935 token_length = response_parse_medium(iter, pos); in response_parse()937 token_length = response_parse_long(iter, pos); in response_parse()939 token_length = response_parse_token(iter, pos); in response_parse()941 if (token_length < 0) in response_parse()942 return token_length; in response_parse()944 pos += token_length; in response_parse()945 total -= token_length; in response_parse()