Home
last modified time | relevance | path

Searched refs:SPU2_MAX_PAYLOAD (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/crypto/bcm/
Dspu2.h169 #define SPU2_MAX_PAYLOAD SPU2_PL_LEN macro
Dspu2.c789 u32 excess = SPU2_MAX_PAYLOAD % blocksize; in spu2_ctx_max_payload()
791 return SPU2_MAX_PAYLOAD - excess; in spu2_ctx_max_payload()