Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/
Dakcipher.h156 static inline unsigned int crypto_akcipher_reqsize(struct crypto_akcipher *tfm) in crypto_akcipher_reqsize() function
198 req = kmalloc(sizeof(*req) + crypto_akcipher_reqsize(tfm), gfp); in akcipher_request_alloc()