Searched refs:token_length (Results 1 – 3 of 3) 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()
853 ssize_t token_length; in response_parse() local889 token_length = response_parse_tiny(iter, pos); in response_parse()891 token_length = response_parse_short(iter, pos); in response_parse()893 token_length = response_parse_medium(iter, pos); in response_parse()895 token_length = response_parse_long(iter, pos); in response_parse()897 token_length = response_parse_token(iter, pos); in response_parse()899 if (token_length < 0) in response_parse()900 return token_length; in response_parse()902 pos += token_length; in response_parse()903 total -= token_length; in response_parse()
675 u8 token_length; member