Home
last modified time | relevance | path

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

12345678

/external/llvm-libc/src/__support/
Dsign.h15 struct Sign { struct
19 LIBC_INLINE friend constexpr bool operator==(Sign a, Sign b) { argument
27 static const Sign POS; argument
28 static const Sign NEG; argument
31 LIBC_INLINE constexpr explicit Sign(bool is_negative) in Sign() argument
37 LIBC_INLINE_VAR constexpr Sign Sign::NEG = Sign(true); argument
/external/rust/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 …]
/external/tink/cc/experimental/pqcrypto/signature/subtle/
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 …]
Dfalcon_sign.cc48 util::StatusOr<std::string> FalconSign::Sign(absl::string_view data) const { in Sign() function in crypto::tink::subtle::FalconSign
Ddilithium_avx2_sign.cc72 util::StatusOr<std::string> DilithiumAvx2Sign::Sign( in Sign() function in crypto::tink::subtle::DilithiumAvx2Sign
/external/rust/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
/external/cronet/net/ssl/
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
Dtest_ssl_private_key.cc42 Error Sign(uint16_t algorithm, in Sign() function in net::__anone400a93d0111::TestSSLPlatformKey
91 Error Sign(uint16_t algorithm, in Sign() function in net::__anone400a93d0111::FailingSSLPlatformKey
/external/tensorflow/tensorflow/lite/kernels/
Dsign.cc84 struct Sign { struct
86 static T Eval(T x) { in Eval()
Dsign_custom.cc87 struct Sign { struct
89 static T Eval(T x) { in Eval()
/external/tensorflow/tensorflow/core/lib/math/
Dmath_util.h94 static T Sign(const T x) { in Sign() function
98 static T Sign(const T x) { in Sign() function
/external/cronet/crypto/
Dhmac.cc58 bool HMAC::Sign(std::string_view data, in Sign() function in crypto::HMAC
65 bool HMAC::Sign(base::span<const uint8_t> data, in Sign() function in crypto::HMAC
/external/tink/go/tink/
Dsigner.go26 Sign(data []byte) ([]byte, error) methodSpec
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DBCD.h37 uint8_t Sign = Ptr[ByteLen - 1] & 0x0f; variable
/external/tink/go/signature/subtle/
Ded25519_signer.go42 func (e *ED25519Signer) Sign(data []byte) ([]byte, error) { func
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DLEB128.cpp31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLEB128.cpp31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
/external/llvm/lib/Support/
DLEB128.cpp32 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
/external/boringssl/src/tool/
Dsign.cc31 bool Sign(const std::vector<std::string> &args) { in Sign() function
/external/cronet/third_party/boringssl/src/tool/
Dsign.cc31 bool Sign(const std::vector<std::string> &args) { in Sign() function
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dsign.cc31 bool Sign(const std::vector<std::string> &args) { in Sign() function
/external/openthread/src/core/crypto/
Decdsa.hpp208 Error Sign(const Sha256::Hash &aHash, Signature &aSignature) const in Sign() function in ot::Crypto::Ecdsa::P256::KeyPair
287 Error Sign(const Sha256::Hash &aHash, Signature &aSignature) const in Sign() function in ot::Crypto::Ecdsa::P256::KeyPairAsRef
/external/tink/testing/go/
Dsignature_service.go55 func (s *SignatureService) Sign(ctx context.Context, req *pb.SignatureSignRequest) (*pb.SignatureSi… func
/external/llvm/lib/Transforms/Utils/
DCmpInstAnalysis.cpp72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, in getICmpValue()

12345678