sbounce 111 drivers/crypto/nx/nx-842.c ctx->sbounce = (u8 *)__get_free_pages(GFP_KERNEL, BOUNCE_BUFFER_ORDER); sbounce 113 drivers/crypto/nx/nx-842.c if (!ctx->wmem || !ctx->sbounce || !ctx->dbounce) { sbounce 115 drivers/crypto/nx/nx-842.c free_page((unsigned long)ctx->sbounce); sbounce 129 drivers/crypto/nx/nx-842.c free_page((unsigned long)ctx->sbounce); sbounce 187 drivers/crypto/nx/nx-842.c memset(ctx->sbounce + slen, 0, adj_slen - slen); sbounce 188 drivers/crypto/nx/nx-842.c memcpy(ctx->sbounce, src, slen); sbounce 189 drivers/crypto/nx/nx-842.c src = ctx->sbounce; sbounce 373 drivers/crypto/nx/nx-842.c memset(ctx->sbounce + slen, 0, adj_slen - slen); sbounce 374 drivers/crypto/nx/nx-842.c memcpy(ctx->sbounce, src, slen); sbounce 375 drivers/crypto/nx/nx-842.c src = ctx->sbounce; sbounce 172 drivers/crypto/nx/nx-842.h u8 *sbounce, *dbounce;