req_aad_pad      1245 drivers/crypto/bcm/cipher.c 		memset(rctx->msg_buf.a.req_aad_pad, 0, aad_pad_len);
req_aad_pad      1246 drivers/crypto/bcm/cipher.c 		sg_set_buf(sg++, rctx->msg_buf.a.req_aad_pad, aad_pad_len);
req_aad_pad       167 drivers/crypto/bcm/cipher.h 			u8 req_aad_pad[ALIGN(SPU_PAD_LEN_MAX, SPU_MSG_ALIGN)];