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

/linux-master/include/crypto/
H A Dakcipher.h184 static inline unsigned int crypto_akcipher_reqsize(struct crypto_akcipher *tfm) function
226 req = kmalloc(sizeof(*req) + crypto_akcipher_reqsize(tfm), gfp);
/linux-master/crypto/
H A Dakcipher.c194 unsigned int reqsize = crypto_akcipher_reqsize(data->tfm);
H A Drsa-pkcs1pad.c600 crypto_akcipher_reqsize(child_tfm));

Completed in 188 milliseconds