| /linux/lib/crypto/arm/ |
| H A D | curve25519.h | 24 const u8 scalar[CURVE25519_KEY_SIZE], in curve25519_arch() 29 curve25519_neon(out, scalar, point); in curve25519_arch() 31 curve25519_generic(out, scalar, point); in curve25519_arch()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_arena.c | 521 int __arena *scalar, *arena_ptr; in scalar_add_arena_ptr() local 530 : [scalar] "=r"(scalar), in scalar_add_arena_ptr() 568 int __arena *scalar, *arena_ptr; in scalar_xor_arena_ptr() local 577 : [scalar] "=r"(scalar), in scalar_xor_arena_ptr()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_paired_singles.c | 492 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 D | curve25519-hacl64.c | 529 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 D | curve25519-fiat32.c | 757 const u8 scalar[CURVE25519_KEY_SIZE], in curve25519_generic() 766 memcpy(e, scalar, 32); in curve25519_generic()
|
| /linux/include/crypto/ |
| H A D | curve25519.h | 17 const u8 scalar[at_least CURVE25519_KEY_SIZE],
|
| /linux/lib/crypto/powerpc/ |
| H A D | curve25519.h | 109 static void curve25519_fe51(uint8_t out[32], const uint8_t scalar[32], in curve25519_fe51() 117 memcpy(s, scalar, 32); in curve25519_fe51()
|
| /linux/Documentation/arch/riscv/ |
| H A D | hwprobe.rst | 302 the performance of misaligned scalar native word accesses on the selected set 306 misaligned scalar accesses is unknown. 308 * :c:macro:`RISCV_HWPROBE_MISALIGNED_SCALAR_EMULATED`: Misaligned scalar 312 * :c:macro:`RISCV_HWPROBE_MISALIGNED_SCALAR_SLOW`: Misaligned scalar native 317 * :c:macro:`RISCV_HWPROBE_MISALIGNED_SCALAR_FAST`: Misaligned scalar native 321 * :c:macro:`RISCV_HWPROBE_MISALIGNED_SCALAR_UNSUPPORTED`: Misaligned scalar
|
| H A D | uabi.rst | 70 Misaligned scalar accesses are supported in userspace, but they may perform
|
| /linux/include/linux/ |
| H A D | ccp.h | 556 struct scatterlist *scalar; member
|
| /linux/drivers/staging/media/atomisp/ |
| H A D | notes.txt | 23 optionally a scalar binary. Note when digital zoom is disabled
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 802 scalar = 0 806 scalar += enum.entries[single_value].user_value(as_flags = True) 807 return scalar 868 scalar = self._get_scalar(attr, value) 870 attr_type = attr["type"][0] + ('32' if scalar.bit_length() <= 32 else '64') 874 attr_payload = format_.pack(scalar)
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | genetlink-legacy.rst | 194 - ``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/lib/crypto/x86/ |
| H A D | sha1-ssse3-and-avx.S | 371 # blended scheduling of vector and scalar instruction streams, one 4-wide 372 # vector iteration / 4 scalar rounds
|
| /linux/Documentation/driver-api/ |
| H A D | ioctl.rst | 134 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 D | kfuncs.rst | 66 Pointers to non-BTF objects (e.g. scalar pointers) may also be passed to 143 This annotation is only understood for scalar arguments, where it indicates that 144 the verifier must check the scalar argument to be a known constant, which does 160 Hence, whenever a constant scalar argument is accepted by a kfunc which is not a
|
| /linux/Documentation/core-api/ |
| H A D | timekeeping.rst | 92 Return a coarse-grained version of the time as a scalar
|
| /linux/Documentation/networking/ |
| H A D | msg_zerocopy.rst | 107 The notification itself is a simple scalar value. Each socket
|
| /linux/Documentation/timers/ |
| H A D | hrtimers.rst | 129 switched between a "hybrid union" type and a plain "scalar" 64bit
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | README.rst | 132 // r7 is a scalar
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-ops.c | 2306 if (!ecc->u.pm.scalar || in ccp_run_ecc_pm_cmd() 2385 ecc->u.pm.scalar, 0, in ccp_run_ecc_pm_cmd()
|
| /linux/Documentation/trace/ |
| H A D | events.rst | 246 Cpumask fields or scalar fields that encode a CPU number can be filtered using
|
| /linux/arch/riscv/ |
| H A D | Kconfig | 944 scalar or vector loads and stores.
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 3003 mechanism for the scalar resources which cannot be abstracted like the other 3024 miscellaneous scalar resources available on the platform along with 3085 A miscellaneous scalar resource is charged to the cgroup in which it is used
|
| /linux/Documentation/ |
| H A D | memory-barriers.txt | 322 (*) These guarantees apply only to properly aligned and sized scalar 335 either an object of scalar type, or a maximal sequence
|