Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Dalgapi.h23 #define MAX_ALGAPI_BLOCKSIZE 160 macro
/linux-6.15/crypto/
H A Dalgapi.c46 if (alg->cra_blocksize > MAX_ALGAPI_BLOCKSIZE) in crypto_check_alg()