Searched refs:body_size (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_generic_token.c | 147 g_token_size(struct xdr_netobj *mech, unsigned int body_size) in g_token_size() argument 150 body_size += 2 + (int) mech->len; /* NEED overflow check */ in g_token_size() 151 return 1 + der_length_size(body_size) + body_size; in g_token_size() 160 g_make_token_header(struct xdr_netobj *mech, int body_size, unsigned char **buf) in g_make_token_header() argument 163 der_write_length(buf, 2 + mech->len + body_size); in g_make_token_header() 180 g_verify_token_header(struct xdr_netobj *mech, int *body_size, in g_verify_token_header() argument 227 *body_size = toksize; in g_verify_token_header()
|
D | gss_krb5_seal.c | 78 int body_size = GSS_KRB5_TOK_HDR_LEN + ctx->gk5e->cksumlength; in setup_token() local 80 token->len = g_token_size(&ctx->mech_used, body_size); in setup_token() 83 g_make_token_header(&ctx->mech_used, body_size, (unsigned char **)&ptr); in setup_token()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | gss_asn1.h | 70 int *body_size, 76 unsigned int body_size); 80 int body_size,
|
/linux-4.1.27/fs/ecryptfs/ |
D | keystore.c | 1247 size_t body_size; in parse_tag_1_packet() local 1289 rc = ecryptfs_parse_packet_length(&data[(*packet_size)], &body_size, in parse_tag_1_packet() 1296 if (unlikely(body_size < (ECRYPTFS_SIG_SIZE + 2))) { in parse_tag_1_packet() 1297 printk(KERN_WARNING "Invalid body size ([%td])\n", body_size); in parse_tag_1_packet() 1302 if (unlikely((*packet_size) + body_size > max_packet_size)) { in parse_tag_1_packet() 1320 body_size - (ECRYPTFS_SIG_SIZE + 2); in parse_tag_1_packet() 1329 &data[(*packet_size)], (body_size - (ECRYPTFS_SIG_SIZE + 2))); in parse_tag_1_packet() 1379 size_t body_size; in parse_tag_3_packet() local 1423 rc = ecryptfs_parse_packet_length(&data[(*packet_size)], &body_size, in parse_tag_3_packet() 1430 if (unlikely(body_size < (ECRYPTFS_SALT_SIZE + 5))) { in parse_tag_3_packet() [all …]
|
/linux-4.1.27/drivers/staging/i2o/ |
D | memory.c | 30 u16 i2o_sg_tablesize(struct i2o_controller *c, u16 body_size) in i2o_sg_tablesize() argument 35 body_size; in i2o_sg_tablesize()
|
D | i2o_scsi.c | 104 u16 body_size = 6; in i2o_scsi_host_alloc() local 108 body_size = 8; in i2o_scsi_host_alloc() 136 scsi_host->sg_tablesize = i2o_sg_tablesize(c, body_size); in i2o_scsi_host_alloc()
|
D | i2o_block.c | 1035 u16 body_size = 4; in i2o_block_probe() local 1041 body_size = 8; in i2o_block_probe() 1082 blk_queue_max_segments(queue, i2o_sg_tablesize(c, body_size)); in i2o_block_probe()
|
D | i2o.h | 694 extern u16 i2o_sg_tablesize(struct i2o_controller *c, u16 body_size);
|
/linux-4.1.27/Documentation/filesystems/ |
D | omfs.txt | 54 __be16 h_crc; /* crc-ccitt of body_size bytes */
|