Home
last modified time | relevance | path

Searched refs:token_length (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A 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()
/kernel/linux/linux-5.10/block/
H A 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()
[all...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dd3.h784 u8 token_length; member

Completed in 9 milliseconds