Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dalgapi.h23 #define MAX_ALGAPI_BLOCKSIZE 160 macro
/linux/crypto/
H A Dahash.c967 BUILD_BUG_ON(MAX_ALGAPI_BLOCKSIZE >= 256); in ahash_prepare_alg()