Searched defs:mpi_ec_ctx (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 64791 struct mpi_ec_ctx { struct 64815 void (*addm)(MPI, MPI, MPI, struct mpi_ec_ctx *); argument 64816 void (*subm)(MPI, MPI, MPI, struct mpi_ec_ctx *); argument 64817 void (*mulm)(MPI, MPI, MPI, struct mpi_ec_ctx *); argument 64818 void (*pow2)(MPI, const MPI, struct mpi_ec_ctx *); argument 64819 void (*mul2)(MPI, MPI, struct mpi_ec_ctx *); argument
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 74602 struct mpi_ec_ctx { struct 74626 void (*addm)(MPI, MPI, MPI, struct mpi_ec_ctx *); argument 74627 void (*subm)(MPI, MPI, MPI, struct mpi_ec_ctx *); argument 74628 void (*mulm)(MPI, MPI, MPI, struct mpi_ec_ctx *); argument 74629 void (*pow2)(MPI, const MPI, struct mpi_ec_ctx *); argument 74630 void (*mul2)(MPI, MPI, struct mpi_ec_ctx *); argument
|