Searched refs:modulus (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl279 MVK 5,A22 ; compare to modulus
H A Dpoly1305-sparcv9.pl384 addcc $h0,5,$r0 ! compare to modulus
954 addcc $h0,5,$d0 ! compare to modulus
/freebsd-13-stable/usr.bin/dtc/
H A Dinput_buffer.cc734 expr = new divmod<std::modulus<valty>>(l, "/");
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dpoly1305-armv4.S300 adds r8,r3,#5 @ compare to modulus
1122 adds r8,r3,#5 @ compare to modulus
H A Decp_nistz256-armv4.S2501 @ if a+b >= modulus, subtract modulus.
2504 @ modulus and then add it back if subtraction borrowed.
2521 adds r4,r4,r3 @ add synthesized modulus
2594 adds r4,r4,r3 @ add synthesized modulus
2653 @ this is how modulus is conditionally
2750 @ if a-b borrows, add modulus.
2757 adds r4,r4,r3 @ add synthesized modulus
3256 @ "other way around", namely subtract modulus from result
3257 @ and if it borrowed, add modulus bac
[all...]
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c591 const u8 *modulus, size_t modulus_len,
604 bn_modulus = BN_bin2bn(modulus, modulus_len, NULL);
589 crypto_mod_exp(const u8 *base, size_t base_len, const u8 *power, size_t power_len, const u8 *modulus, size_t modulus_len, u8 *result, size_t *result_len) argument
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp381 uint64_t requiredModulus = atomAlign.modulus;
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c905 if (strcasecmp(type, "rsa-modulus") == 0) {
3013 n = heim_int2BN(&pk.modulus);

Completed in 170 milliseconds

12