Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/crypto/
H A Dzcrypt_cca_key.h30 unsigned short token_length; member
143 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()
/linux-6.15/block/
H A Dsed-opal.c1016 ssize_t token_length; in response_parse() local
1052 token_length = response_parse_tiny(iter, pos); in response_parse()
1054 token_length = response_parse_short(iter, pos); in response_parse()
1056 token_length = response_parse_medium(iter, pos); in response_parse()
1058 token_length = response_parse_long(iter, pos); in response_parse()
1060 token_length = 1; in response_parse()
1062 token_length = response_parse_token(iter, pos); in response_parse()
1064 if (token_length < 0) in response_parse()
1065 return token_length; in response_parse()
1070 pos += token_length; in response_parse()
[all …]