Searched refs:MAX_ALGAPI_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance
/linux/include/crypto/ | ||
H A D | algapi.h | 23 #define MAX_ALGAPI_BLOCKSIZE 160 macro |
/linux/crypto/ | ||
H A D | ahash.c | 967 BUILD_BUG_ON(MAX_ALGAPI_BLOCKSIZE >= 256); in ahash_prepare_alg() |