Searched refs:sbounce (Results 1 – 2 of 2) sorted by relevance
| /drivers/crypto/nx/ |
| A D | nx-842.c | 115 ctx->sbounce = (u8 *)__get_free_pages(GFP_KERNEL, BOUNCE_BUFFER_ORDER); in nx842_crypto_alloc_ctx() 117 if (!ctx->wmem || !ctx->sbounce || !ctx->dbounce) { in nx842_crypto_alloc_ctx() 119 free_page((unsigned long)ctx->sbounce); in nx842_crypto_alloc_ctx() 134 free_page((unsigned long)ctx->sbounce); in nx842_crypto_free_ctx() 192 memset(ctx->sbounce + slen, 0, adj_slen - slen); in compress() 193 memcpy(ctx->sbounce, src, slen); in compress() 194 src = ctx->sbounce; in compress() 380 memset(ctx->sbounce + slen, 0, adj_slen - slen); in decompress() 381 memcpy(ctx->sbounce, src, slen); in decompress() 382 src = ctx->sbounce; in decompress()
|
| A D | nx-842.h | 178 u8 *sbounce, *dbounce; member
|
Completed in 7 milliseconds