Home
last modified time | relevance | path

Searched refs:token_length (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/s390/crypto/
Dzcrypt_cca_key.h32 unsigned short token_length; member
156 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()
/linux-4.19.296/block/
Dsed-opal.c804 ssize_t token_length; in response_parse() local
840 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()