Home
last modified time | relevance | path

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

12

/linux/arch/arm/crypto/
H A 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()
H A DMakefile38 chacha-neon-y := chacha-scalar-core.o chacha-glue.o
/linux/include/crypto/
H A Dcurve25519.h21 const u8 scalar[CURVE25519_KEY_SIZE],
25 const u8 scalar[CURVE25519_KEY_SIZE],
/linux/arch/powerpc/kvm/
H A 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/lib/crypto/
H A 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()
H A DKconfig87 tristate "Curve25519 scalar multiplication library"
H A Dcurve25519-fiat32.c757 const u8 scalar[CURVE25519_KEY_SIZE], in curve25519_generic()
766 memcpy(e, scalar, 32); in curve25519_generic()
/linux/arch/powerpc/crypto/
H A Dcurve25519-ppc64le-core.c114 static void curve25519_fe51(uint8_t out[32], const uint8_t scalar[32], in curve25519_fe51()
122 memcpy(s, scalar, 32); in curve25519_fe51()
/linux/arch/sparc/include/asm/
H A Dleon_amba.h132 u32 scalar; member
/linux/include/linux/
H A Dccp.h556 struct scatterlist *scalar; member
/linux/drivers/staging/media/atomisp/
H A Dnotes.txt23 optionally a scalar binary. Note when digital zoom is disabled
/linux/Documentation/userspace-api/netlink/
H A Dgenetlink-legacy.rst194 - ``type`` - One of the scalar types ``u8``, ``u16``, ``u32``, ``u64``, ``s8``,
273 ``sub-type`` is used to identify the type of scalar to extract.
/linux/crypto/
H A Decc.c1330 const struct ecc_point *point, const u64 *scalar, in ecc_point_mult() argument
1344 carry = vli_add(sk[0], scalar, curve->n, ndigits); in ecc_point_mult()
1346 scalar = sk[!carry]; in ecc_point_mult()
1358 nb = !vli_test_bit(scalar, i); in ecc_point_mult()
1363 nb = !vli_test_bit(scalar, 0); in ecc_point_mult()
/linux/arch/x86/crypto/
H A Dsha1_ssse3_asm.S372 # blended scheduling of vector and scalar instruction streams, one 4-wide
373 # vector iteration / 4 scalar rounds
/linux/Documentation/arch/riscv/
H A Duabi.rst68 Misaligned scalar accesses are supported in userspace, but they may perform
/linux/Documentation/driver-api/
H A 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/Documentation/bpf/
H A Dkfuncs.rst80 This annotation is only understood for scalar arguments, where it indicates that
81 the verifier must check the scalar argument to be a known constant, which does
97 Hence, whenever a constant scalar argument is accepted by a kfunc which is not a
244 Pointers to non-BTF objects (e.g. scalar pointers) may also be passed to
H A 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/Documentation/core-api/
H A Dtimekeeping.rst92 Return a coarse-grained version of the time as a scalar
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst107 The notification itself is a simple scalar value. Each socket
/linux/Documentation/timers/
H A Dhrtimers.rst129 switched between a "hybrid union" type and a plain "scalar" 64bit
/linux/tools/testing/selftests/bpf/
H A DREADME.rst132 // r7 is a scalar
/linux/drivers/crypto/ccp/
H A Dccp-ops.c2296 if (!ecc->u.pm.scalar || in ccp_run_ecc_pm_cmd()
2375 ecc->u.pm.scalar, 0, in ccp_run_ecc_pm_cmd()
/linux/Documentation/translations/ko_KR/
H A Dmemory-barriers.txt362 either an object of scalar type, or a maximal sequence
/linux/arch/riscv/
H A DKconfig874 scalar or vector loads and stores.

12