Home
last modified time | relevance | path

Searched defs:Sign (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/subtle/
H A Dsphincs_helper_pqclean.cc81 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka128FRobustPqclean
107 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka128SRobustPqclean
133 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka128FSimplePqclean
159 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka128SSimplePqclean
185 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka192FRobustPqclean
211 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka192SRobustPqclean
237 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka192FSimplePqclean
263 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka192SSimplePqclean
289 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka256FRobustPqclean
315 int Sign(uint8_t *sig, size_t *siglen, const uint8_t *m, size_t mlen, in Sign() function in crypto::tink::subtle::SphincsHaraka256SRobustPqclean
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dbigint.rs41 pub enum Sign { enum
47 impl Neg for Sign { implementation
52 fn neg(self) -> Sign { in neg()
574 pub fn new(sign: Sign, digits: Vec<u32>) -> BigInt { in new()
582 pub fn from_biguint(mut sign: Sign, mut data: BigUint) -> BigInt { in from_biguint()
596 pub fn from_slice(sign: Sign, slice: &[u32]) -> BigInt { in from_slice()
604 pub fn assign_from_slice(&mut self, sign: Sign, slice: &[u32]) { in assign_from_slice()
632 pub fn from_bytes_be(sign: Sign, bytes: &[u8]) -> BigInt { in from_bytes_be()
640 pub fn from_bytes_le(sign: Sign, bytes: &[u8]) -> BigInt { in from_bytes_le()
694 pub fn from_radix_be(sign: Sign, buf: &[u8], radix: u32) -> Option<BigInt> { in from_radix_be()
[all …]
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dsign.h17 struct Sign { struct
21 LIBC_INLINE friend constexpr bool operator==(Sign a, Sign b) { argument
29 static const Sign POS; argument
30 static const Sign NEG; argument
33 LIBC_INLINE constexpr explicit Sign(bool is_negative) in Sign() argument
39 LIBC_INLINE_VAR constexpr Sign Sign::NEG = Sign(true); argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/flt2dec/
H A Dmod.rs301 pub enum Sign { enum
310 fn determine_sign(sign: Sign, decoded: &FullDecoded, negative: bool) -> &'static str { in determine_sign()
352 sign: Sign, in to_shortest_str()
426 sign: Sign, in to_shortest_exp_str()
518 sign: Sign, in to_exact_exp_str()
594 sign: Sign, in to_exact_fixed_str()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/flt2dec/
H A Dmod.rs301 pub enum Sign { enum
310 fn determine_sign(sign: Sign, decoded: &FullDecoded, negative: bool) -> &'static str { in determine_sign()
352 sign: Sign, in to_shortest_str()
426 sign: Sign, in to_shortest_exp_str()
518 sign: Sign, in to_exact_exp_str()
594 sign: Sign, in to_exact_fixed_str()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/num/flt2dec/
H A Dmod.rs301 pub enum Sign { enum
310 fn determine_sign(sign: Sign, decoded: &FullDecoded, negative: bool) -> &'static str { in determine_sign()
352 sign: Sign, in to_shortest_str()
426 sign: Sign, in to_shortest_exp_str()
518 sign: Sign, in to_exact_exp_str()
594 sign: Sign, in to_exact_fixed_str()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/num/flt2dec/
H A Dmod.rs301 pub enum Sign { enum
310 fn determine_sign(sign: Sign, decoded: &FullDecoded, negative: bool) -> &'static str { in determine_sign()
352 sign: Sign, in to_shortest_str()
426 sign: Sign, in to_shortest_exp_str()
518 sign: Sign, in to_exact_exp_str()
594 sign: Sign, in to_exact_fixed_str()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/num/flt2dec/
H A Dmod.rs301 pub enum Sign { enum
310 fn determine_sign(sign: Sign, decoded: &FullDecoded, negative: bool) -> &'static str { in determine_sign()
352 sign: Sign, in to_shortest_str()
426 sign: Sign, in to_shortest_exp_str()
518 sign: Sign, in to_exact_exp_str()
594 sign: Sign, in to_exact_fixed_str()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/
H A Dbigrat.rs18 pub(crate) enum Sign { enum
23 impl Sign { implementation
506 sign: Sign, in format_as_integer()
540 sign: Sign, in format_as_fraction()
611 sign: Sign, in format_as_decimal()
708 print_integer_part: impl Fn(bool) -> FResult<(Sign, String)>, in format_trailing_digits()
789 print_integer_part: impl Fn(bool) -> FResult<(Sign, String)>, in format_nonrecurring()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dfloat.rs32 sign: flt2dec::Sign, in float_to_decimal_common_exact()
58 sign: flt2dec::Sign, in float_to_decimal_common_shortest()
103 sign: flt2dec::Sign, in float_to_exponential_common_exact()
131 sign: flt2dec::Sign, in float_to_exponential_common_shortest()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dfloat.rs32 sign: flt2dec::Sign, in float_to_decimal_common_exact()
58 sign: flt2dec::Sign, in float_to_decimal_common_shortest()
104 sign: flt2dec::Sign, in float_to_exponential_common_exact()
132 sign: flt2dec::Sign, in float_to_exponential_common_shortest()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/fmt/
H A Dfloat.rs32 sign: flt2dec::Sign, in float_to_decimal_common_exact()
58 sign: flt2dec::Sign, in float_to_decimal_common_shortest()
104 sign: flt2dec::Sign, in float_to_exponential_common_exact()
132 sign: flt2dec::Sign, in float_to_exponential_common_shortest()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/fmt/
H A Dfloat.rs32 sign: flt2dec::Sign, in float_to_decimal_common_exact()
58 sign: flt2dec::Sign, in float_to_decimal_common_shortest()
104 sign: flt2dec::Sign, in float_to_exponential_common_exact()
132 sign: flt2dec::Sign, in float_to_exponential_common_shortest()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dfloat.rs32 sign: flt2dec::Sign, in float_to_decimal_common_exact()
58 sign: flt2dec::Sign, in float_to_decimal_common_shortest()
103 sign: flt2dec::Sign, in float_to_exponential_common_exact()
131 sign: flt2dec::Sign, in float_to_exponential_common_shortest()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/num/flt2dec/
H A Dmod.rs503 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_shortest_str_test()
591 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, exp_bounds: (i16, i16), upper: bool) -> String in to_shortest_exp_str_test()
690 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, ndigits: usize, upper: bool) -> String in to_exact_exp_str_test()
946 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_exact_fixed_str_test()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/flt2dec/
H A Dmod.rs503 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_shortest_str_test()
591 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, exp_bounds: (i16, i16), upper: bool) -> String in to_shortest_exp_str_test()
690 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, ndigits: usize, upper: bool) -> String in to_exact_exp_str_test()
946 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_exact_fixed_str_test()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/flt2dec/
H A Dmod.rs503 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_shortest_str_test()
591 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, exp_bounds: (i16, i16), upper: bool) -> String in to_shortest_exp_str_test()
690 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, ndigits: usize, upper: bool) -> String in to_exact_exp_str_test()
946 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_exact_fixed_str_test()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/flt2dec/
H A Dmod.rs503 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_shortest_str_test()
591 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, exp_bounds: (i16, i16), upper: bool) -> String in to_shortest_exp_str_test()
690 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, ndigits: usize, upper: bool) -> String in to_exact_exp_str_test()
946 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_exact_fixed_str_test()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/flt2dec/
H A Dmod.rs503 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_shortest_str_test()
591 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, exp_bounds: (i16, i16), upper: bool) -> String in to_shortest_exp_str_test()
690 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, ndigits: usize, upper: bool) -> String in to_exact_exp_str_test()
946 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_exact_fixed_str_test()
/aosp_15_r20/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h658 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local
680 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local
706 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local
734 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h647 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local
668 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local
706 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local
734 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h633 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local
654 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local
680 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local
708 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Dpower.rs13 fn powsign<T: Integer>(sign: Sign, other: &T) -> Sign { in powsign()
Dserde.rs6 impl Serialize for Sign { implementation
21 impl<'de> Deserialize<'de> for Sign { implementation
/aosp_15_r20/external/cronet/net/ssl/
H A Dthreaded_ssl_private_key.cc39 std::tuple<Error, std::unique_ptr<std::vector<uint8_t>>> Sign( in Sign() function in net::ThreadedSSLPrivateKey::Core
68 void ThreadedSSLPrivateKey::Sign(uint16_t algorithm, in Sign() function in net::ThreadedSSLPrivateKey

12345678910>>...12