Searched refs:crypto_akcipher_reqsize (Results 1 – 3 of 3) sorted by relevance
159 static inline unsigned int crypto_akcipher_reqsize(struct crypto_akcipher *tfm) in crypto_akcipher_reqsize() function201 req = kmalloc(sizeof(*req) + crypto_akcipher_reqsize(tfm), gfp); in akcipher_request_alloc()
163 unsigned int reqsize = crypto_akcipher_reqsize(data->tfm); in crypto_akcipher_sync_prep()
600 crypto_akcipher_reqsize(child_tfm)); in pkcs1pad_init_tfm()
Completed in 19 milliseconds