Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/bcm/
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)];
Dspu2.h86 #define SPU2_HEADER_ALLOC_LEN (SPU_REQ_FIXED_LEN + \ macro
Dcipher.c1863 alloc_len = BCM_HDR_LEN + SPU2_HEADER_ALLOC_LEN; in skcipher_setkey()