Searched refs:spu_req_hdr_len (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/crypto/bcm/ |
H A D | cipher.h | 227 u16 spu_req_hdr_len; member 386 u16 spu_req_hdr_len,
|
H A D | spu2.h | 200 u16 spu_req_hdr_len,
|
H A D | spu.c | 908 * @spu_req_hdr_len: Length in bytes of the SPU request header 918 u16 spu_req_hdr_len, in spum_cipher_req_finish() argument 926 u8 *bdesc_ptr = spu_hdr + spu_req_hdr_len - in spum_cipher_req_finish() 1001 packet_dump(" SPU request header: ", spu_hdr, spu_req_hdr_len); in spum_cipher_req_finish()
|
H A D | spu.h | 252 u16 spu_req_hdr_len,
|
H A D | spu2.c | 1174 * @spu_req_hdr_len: Length in bytes of the SPU request header 1184 u16 spu_req_hdr_len, in spu2_cipher_req_finish() argument 1227 packet_dump(" SPU request header: ", spu_hdr, spu_req_hdr_len); in spu2_cipher_req_finish()
|
H A D | cipher.c | 217 BCM_HDR_LEN + ctx->spu_req_hdr_len); in spu_skcipher_tx_sg_create() 403 ctx->spu_req_hdr_len, !(rctx->is_encrypt), in handle_skcipher_req() 420 ctx->spu_req_hdr_len); in handle_skcipher_req() 1877 ctx->spu_req_hdr_len = in skcipher_setkey()
|