Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dinternal.h104 static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg) in crypto_compress_ctxsize() function
H A Dapi.c374 len += crypto_compress_ctxsize(alg); in crypto_ctxsize()