Home
last modified time | relevance | path

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

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