Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/crypto/
Dzcrypt_cca_key.h30 unsigned short token_length; member
154 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()
/Linux-v5.10/block/
Dsed-opal.c855 ssize_t token_length; in response_parse() local
891 token_length = response_parse_tiny(iter, pos); in response_parse()
893 token_length = response_parse_short(iter, pos); in response_parse()
895 token_length = response_parse_medium(iter, pos); in response_parse()
897 token_length = response_parse_long(iter, pos); in response_parse()
899 token_length = response_parse_token(iter, pos); in response_parse()
901 if (token_length < 0) in response_parse()
902 return token_length; in response_parse()
904 pos += token_length; in response_parse()
905 total -= token_length; in response_parse()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dd3.h784 u8 token_length; member