Home
last modified time | relevance | path

Searched refs:scalar (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v6.6/arch/arm/crypto/
Dcurve25519-glue.c29 const u8 scalar[CURVE25519_KEY_SIZE], in curve25519_arch()
34 curve25519_neon(out, scalar, point); in curve25519_arch()
37 curve25519_generic(out, scalar, point); in curve25519_arch()
DMakefile42 chacha-neon-y := chacha-scalar-core.o chacha-glue.o
/Linux-v6.6/include/crypto/
Dcurve25519.h21 const u8 scalar[CURVE25519_KEY_SIZE],
25 const u8 scalar[CURVE25519_KEY_SIZE],
/Linux-v6.6/arch/powerpc/kvm/
Dbook3s_paired_singles.c492 int reg_in3, int scalar, in kvmppc_ps_three_in() argument
510 if (scalar & SCALAR_LOW) in kvmppc_ps_three_in()
518 if (!(scalar & SCALAR_NO_PS0)) in kvmppc_ps_three_in()
526 if (scalar & SCALAR_HIGH) in kvmppc_ps_three_in()
529 if (!(scalar & SCALAR_NO_PS1)) in kvmppc_ps_three_in()
540 int scalar, in kvmppc_ps_two_in() argument
557 if (scalar & SCALAR_LOW) in kvmppc_ps_two_in()
564 if (!(scalar & SCALAR_NO_PS0)) { in kvmppc_ps_two_in()
575 if (scalar & SCALAR_HIGH) in kvmppc_ps_two_in()
580 if (!(scalar & SCALAR_NO_PS1)) { in kvmppc_ps_two_in()
/Linux-v6.6/lib/crypto/
Dcurve25519-hacl64.c529 u64 scalar; in addanddouble_fmonty() local
535 scalar = 121665; in addanddouble_fmonty()
536 fscalar(zzz, zz, scalar); in addanddouble_fmonty()
745 static __always_inline void format_scalar_of_point(u8 *scalar, u64 *point) in format_scalar_of_point() argument
754 format_fcontract(scalar, sc); in format_scalar_of_point()
770 u8 *scalar; in curve25519_generic() local
773 scalar = e; in curve25519_generic()
779 ladder_cmult(nq, scalar, q); in curve25519_generic()
DKconfig82 tristate "Curve25519 scalar multiplication library"
Dcurve25519-fiat32.c757 const u8 scalar[CURVE25519_KEY_SIZE], in curve25519_generic()
766 memcpy(e, scalar, 32); in curve25519_generic()
/Linux-v6.6/arch/sparc/include/asm/
Dleon_amba.h132 u32 scalar; member
/Linux-v6.6/lib/crypto/mpi/
Dec.c1211 MPI scalar, MPI_POINT point, in mpi_ec_mul_point() argument
1229 if (mpi_cmp(scalar, ctx->p) >= 0) in mpi_ec_mul_point()
1230 nbits = mpi_get_nbits(scalar); in mpi_ec_mul_point()
1244 if (mpi_test_bit(scalar, j)) in mpi_ec_mul_point()
1261 nbits = mpi_get_nbits(scalar); in mpi_ec_mul_point()
1287 sw = mpi_test_bit(scalar, j); in mpi_ec_mul_point()
1322 k = mpi_copy(scalar); in mpi_ec_mul_point()
/Linux-v6.6/drivers/staging/media/atomisp/
Dnotes.txt23 optionally a scalar binary. Note when digital zoom is disabled
/Linux-v6.6/include/linux/
Dccp.h556 struct scatterlist *scalar; member
Dmpi.h261 MPI scalar, MPI_POINT point,
/Linux-v6.6/Documentation/userspace-api/netlink/
Dgenetlink-legacy.rst170 - ``type`` - One of the scalar types ``u8``, ``u16``, ``u32``, ``u64``, ``s8``,
249 ``sub-type`` is used to identify the type of scalar to extract.
/Linux-v6.6/crypto/
Decc.c1281 const struct ecc_point *point, const u64 *scalar, in ecc_point_mult() argument
1295 carry = vli_add(sk[0], scalar, curve->n, ndigits); in ecc_point_mult()
1297 scalar = sk[!carry]; in ecc_point_mult()
1306 nb = !vli_test_bit(scalar, i); in ecc_point_mult()
1311 nb = !vli_test_bit(scalar, 0); in ecc_point_mult()
/Linux-v6.6/arch/x86/crypto/
Dsha1_ssse3_asm.S372 # blended scheduling of vector and scalar instruction streams, one 4-wide
373 # vector iteration / 4 scalar rounds
/Linux-v6.6/drivers/crypto/intel/keembay/
Dkeembay-ocs-ecc.c223 u64 *scalar, in kmb_ecc_point_mult() argument
266 scalar, nbytes); in kmb_ecc_point_mult()
/Linux-v6.6/Documentation/driver-api/
Dioctl.rst134 which can be interpreted as either a pointer or a scalar depending on
135 the command. If it is a scalar, then compat_ptr() must not be used, to
/Linux-v6.6/Documentation/bpf/
Dkfuncs.rst82 This annotation is only understood for scalar arguments, where it indicates that
83 the verifier must check the scalar argument to be a known constant, which does
99 Hence, whenever a constant scalar argument is accepted by a kfunc which is not a
222 Pointers to non-BTF objects (e.g. scalar pointers) may also be passed to
Dverifier.rst116 bpf_verifier.h, which unifies tracking of scalar and pointer values. Each
278 which calls adjust_ptr_min_max_vals() for adding pointer to scalar (or vice
/Linux-v6.6/Documentation/core-api/
Dtimekeeping.rst92 Return a coarse-grained version of the time as a scalar
/Linux-v6.6/Documentation/devicetree/bindings/
Dwriting-schema.rst107 The YAML Devicetree format also makes all string values an array and scalar
/Linux-v6.6/Documentation/networking/
Dmsg_zerocopy.rst106 The notification itself is a simple scalar value. Each socket
/Linux-v6.6/Documentation/timers/
Dhrtimers.rst129 switched between a "hybrid union" type and a plain "scalar" 64bit
/Linux-v6.6/tools/testing/selftests/bpf/
DREADME.rst102 // r7 is a scalar
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-class-firmware-attributes72 A file that can be read to obtain the scalar value used for

12