Home
last modified time | relevance | path

Searched refs:SPU2_HEADER_ALLOC_LEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/crypto/bcm/
H A Dcipher.h129 u8 bcm_spu_req_hdr[ALIGN(SPU2_HEADER_ALLOC_LEN, SPU_MSG_ALIGN)];
146 u8 spu_resp_hdr[ALIGN(SPU2_HEADER_ALLOC_LEN, SPU_MSG_ALIGN)];
224 u8 bcm_spu_req_hdr[ALIGN(SPU2_HEADER_ALLOC_LEN, SPU_MSG_ALIGN)];
H A Dspu2.h86 #define SPU2_HEADER_ALLOC_LEN (SPU_REQ_FIXED_LEN + \ macro
H A Dcipher.c1862 alloc_len = BCM_HDR_LEN + SPU2_HEADER_ALLOC_LEN; in skcipher_setkey()