Home
last modified time | relevance | path

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

/linux-6.1.9/include/crypto/
Dkpp.h129 static inline unsigned int crypto_kpp_reqsize(struct crypto_kpp *tfm) in crypto_kpp_reqsize() function
180 req = kmalloc(sizeof(*req) + crypto_kpp_reqsize(tfm), gfp); in kpp_request_alloc()