NX_PAGE_SIZE 279 drivers/crypto/nx/nx-aes-ccm.c nx_ctx->ap->databytelen/NX_PAGE_SIZE); NX_PAGE_SIZE 125 drivers/crypto/nx/nx-aes-gcm.c nx_ctx->ap->databytelen/NX_PAGE_SIZE); NX_PAGE_SIZE 135 drivers/crypto/nx/nx-aes-gcm.c NX_PAGE_SIZE * (max_sg_len - 1)); NX_PAGE_SIZE 190 drivers/crypto/nx/nx-aes-gcm.c nx_ctx->ap->databytelen/NX_PAGE_SIZE); NX_PAGE_SIZE 203 drivers/crypto/nx/nx-aes-gcm.c NX_PAGE_SIZE * (max_sg_len - 1)); NX_PAGE_SIZE 199 drivers/crypto/nx/nx-aes-xcbc.c nx_ctx->ap->databytelen/NX_PAGE_SIZE); NX_PAGE_SIZE 90 drivers/crypto/nx/nx-sha256.c nx_ctx->ap->databytelen/NX_PAGE_SIZE); NX_PAGE_SIZE 128 drivers/crypto/nx/nx-sha256.c (max_sg_len - 1 - used_sgs) * NX_PAGE_SIZE); NX_PAGE_SIZE 192 drivers/crypto/nx/nx-sha256.c nx_ctx->ap->databytelen/NX_PAGE_SIZE); NX_PAGE_SIZE 90 drivers/crypto/nx/nx-sha512.c nx_ctx->ap->databytelen/NX_PAGE_SIZE); NX_PAGE_SIZE 127 drivers/crypto/nx/nx-sha512.c (max_sg_len - 1 - used_sgs) * NX_PAGE_SIZE); NX_PAGE_SIZE 196 drivers/crypto/nx/nx-sha512.c nx_ctx->ap->databytelen/NX_PAGE_SIZE); NX_PAGE_SIZE 112 drivers/crypto/nx/nx.c sg_addr = min_t(u64, NX_PAGE_NUM(sg_addr + NX_PAGE_SIZE), NX_PAGE_SIZE 275 drivers/crypto/nx/nx.c nx_ctx->ap->databytelen/NX_PAGE_SIZE); NX_PAGE_SIZE 389 drivers/crypto/nx/nx.c if (!trip->sglen || trip->databytelen < NX_PAGE_SIZE) { NX_PAGE_SIZE 492 drivers/crypto/nx/nx.c if (!props->sglen || props->databytelen < NX_PAGE_SIZE) { NX_PAGE_SIZE 662 drivers/crypto/nx/nx.c nx_ctx->kmem_len = (5 * NX_PAGE_SIZE) + NX_PAGE_SIZE 665 drivers/crypto/nx/nx.c nx_ctx->kmem_len = (4 * NX_PAGE_SIZE) + NX_PAGE_SIZE 674 drivers/crypto/nx/nx.c (u64)NX_PAGE_SIZE)); NX_PAGE_SIZE 675 drivers/crypto/nx/nx.c nx_ctx->in_sg = (struct nx_sg *)((u8 *)nx_ctx->csbcpb + NX_PAGE_SIZE); NX_PAGE_SIZE 676 drivers/crypto/nx/nx.c nx_ctx->out_sg = (struct nx_sg *)((u8 *)nx_ctx->in_sg + NX_PAGE_SIZE); NX_PAGE_SIZE 681 drivers/crypto/nx/nx.c NX_PAGE_SIZE); NX_PAGE_SIZE 20 drivers/crypto/nx/nx.h #define NX_MAX_SG_ENTRIES (NX_PAGE_SIZE/(sizeof(struct nx_sg)))