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

/linux-master/include/crypto/
H A Dkpp.h153 static inline unsigned int crypto_kpp_reqsize(struct crypto_kpp *tfm) function
204 req = kmalloc(sizeof(*req) + crypto_kpp_reqsize(tfm), gfp);
/linux-master/crypto/
H A Ddh.c323 crypto_kpp_reqsize(tfm_ctx->dh_tfm));

Completed in 245 milliseconds