Searched refs:omap_crypto_align_sg (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/ |
H A D | omap-crypto.c | 125 int omap_crypto_align_sg(struct scatterlist **sg, int total, int bs, in omap_crypto_align_sg() function 155 EXPORT_SYMBOL_GPL(omap_crypto_align_sg);
|
H A D | omap-crypto.h | 27 int omap_crypto_align_sg(struct scatterlist **sg, int total, int bs,
|
H A D | omap-aes-gcm.c | 120 ret = omap_crypto_align_sg(&tmp, assoclen, in omap_aes_gcm_copy_buffers() 137 ret = omap_crypto_align_sg(&tmp, cryptlen, in omap_aes_gcm_copy_buffers() 163 ret = omap_crypto_align_sg(&dd->out_sg, cryptlen, in omap_aes_gcm_copy_buffers()
|