Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/block/
H A Dsed-opal.c1015 ssize_t token_length; in response_parse() local
1051 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 …]