Searched refs:conf_len (Results 1 – 8 of 8) sorted by relevance
| /linux/crypto/krb5/ |
| H A D | krb5_api.c | 72 *_offset = krb5->conf_len; in crypto_krb5_how_much_buffer() 73 return krb5->conf_len + data_size + krb5->cksum_len; in crypto_krb5_how_much_buffer() 110 if (WARN_ON(buffer_size < krb5->conf_len + 1 + krb5->cksum_len)) in crypto_krb5_how_much_data() 113 *_offset = krb5->conf_len; in crypto_krb5_how_much_data() 114 return data_size - krb5->conf_len; in crypto_krb5_how_much_data() 153 if (*_len < krb5->conf_len + krb5->cksum_len) in crypto_krb5_where_is_the_data() 155 *_offset += krb5->conf_len; in crypto_krb5_where_is_the_data() 156 *_len -= krb5->conf_len + krb5->cksum_len; in crypto_krb5_where_is_the_data() 189 if (len < krb5->conf_len + krb5->cksum_len || in crypto_krb5_check_data_len() 190 len - (krb5->conf_len in crypto_krb5_check_data_len() [all...] |
| /linux/drivers/net/can/usb/etas_es58x/ |
| H A D | es58x_fd.c | 402 size_t conf_len = 0; in es58x_fd_enable_channel() local 438 conf_len = ES58X_FD_CANFD_CONF_LEN; in es58x_fd_enable_channel() 440 conf_len = ES58X_FD_CAN_CONF_LEN; in es58x_fd_enable_channel() 445 &tx_conf_msg, conf_len, priv->channel_idx); in es58x_fd_enable_channel()
|
| /linux/include/crypto/ |
| H A D | krb5.h | 96 u16 conf_len; /* Length of confounder (normally == block_len) */ member
|
| /linux/Documentation/crypto/ |
| H A D | krb5.rst | 75 u16 conf_len; 97 * ``block_len``, ``conf_len`` and ``cksum_len`` are the encryption block
|
| /linux/fs/smb/client/ |
| H A D | trace.h | 740 __u64 conf_len, 743 TP_ARGS(fid, req_offset, req_len, req_type, conf_offset, conf_len, conf_type, conf_pid), 750 __field(__u64, conf_len) 760 __entry->conf_len = conf_len; 766 __entry->conf_offset, __entry->conf_len, __entry->conf_type, __entry->conf_pid)
|
| /linux/include/net/bluetooth/ |
| H A D | l2cap.h | 540 __u8 conf_len; 543 __u8 conf_len; global() member
|
| /linux/drivers/s390/block/ |
| H A D | dasd_eckd.c | 978 static unsigned char dasd_eckd_path_access(void *conf_data, int conf_len) in dasd_eckd_path_access() argument 983 count = conf_len / sizeof(*gneq); in dasd_eckd_path_access() 1106 int conf_len, conf_data_saved; in dasd_eckd_read_conf() local 1120 &conf_len, lpm); in dasd_eckd_read_conf() 1140 private->conf.len = conf_len; in dasd_eckd_read_conf() 1163 switch (dasd_eckd_path_access(conf_data, conf_len)) { in dasd_eckd_read_conf()
|
| /linux/net/bluetooth/ |
| H A D | l2cap_core.c | 3432 int len = chan->conf_len; in l2cap_parse_conf_req() 4304 if (chan->conf_len + len > sizeof(chan->conf_req)) { in l2cap_config_req() 4312 memcpy(chan->conf_req + chan->conf_len, req->data, len); in l2cap_config_req() 4313 chan->conf_len += len; in l2cap_config_req() 4336 chan->conf_len = 0; in l2cap_config_req()
|