Searched refs:crypto_akcipher_reqsize (Results 1 – 4 of 4) sorted by relevance
145 static inline unsigned int crypto_akcipher_reqsize(struct crypto_akcipher *tfm) in crypto_akcipher_reqsize() function187 req = kmalloc(sizeof(*req) + crypto_akcipher_reqsize(tfm), gfp); in akcipher_request_alloc()
172 unsigned int reqsize = crypto_akcipher_reqsize(data->tfm); in crypto_akcipher_sync_prep()
289 crypto_akcipher_reqsize(child_tfm)); in pkcs1pad_init_tfm()
224 unsigned int child_reqsize = crypto_akcipher_reqsize(ctx->child); in rsassa_pkcs1_verify()