Home
last modified time | relevance | path

Searched defs:from (Results 376 - 400 of 991) sorted by relevance

1...<<11121314151617181920>>...40

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dkeymgmt_lib.c444 int evp_keymgmt_util_copy(EVP_PKEY *to, EVP_PKEY *from, int selection) in evp_keymgmt_util_copy() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dex_data.c98 static int dummy_dup(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from, in dummy_dup() argument
269 CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from) CRYPTO_dup_ex_data() argument
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_meth.c113 RSA_meth_set_pub_enc(RSA_METHOD *meth, int (*pub_enc) (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) RSA_meth_set_pub_enc() argument
129 RSA_meth_set_pub_dec(RSA_METHOD *meth, int (*pub_dec) (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) RSA_meth_set_pub_dec() argument
145 RSA_meth_set_priv_enc(RSA_METHOD *meth, int (*priv_enc) (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) RSA_meth_set_priv_enc() argument
161 RSA_meth_set_priv_dec(RSA_METHOD *meth, int (*priv_dec) (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) RSA_meth_set_priv_dec() argument
H A Drsa_ossl.c74 static int rsa_ossl_public_encrypt(int flen, const unsigned char *from, in rsa_ossl_public_encrypt() argument
242 static int rsa_ossl_private_encrypt(int flen, const unsigned char *from, in rsa_ossl_private_encrypt() argument
374 rsa_ossl_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) rsa_ossl_private_decrypt() argument
511 rsa_ossl_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) rsa_ossl_public_decrypt() argument
[all...]
H A Drsa_oaep.c39 RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, const unsigned char *from, int flen, const unsigned char *param, int plen) RSA_padding_add_PKCS1_OAEP() argument
54 ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex(OSSL_LIB_CTX *libctx, unsigned char *to, int tlen, const unsigned char *from, int flen, const unsigned char *param, int plen, const EVP_MD *md, const EVP_MD *mgf1md) ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex() argument
141 RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, const unsigned char *from, int flen, const unsigned char *param, int plen, const EVP_MD *md, const EVP_MD *mgf1md) RSA_padding_add_PKCS1_OAEP_mgf1() argument
150 RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, const unsigned char *from, int flen, int num, const unsigned char *param, int plen) RSA_padding_check_PKCS1_OAEP() argument
158 RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, const unsigned char *from, int flen, int num, const unsigned char *param, int plen, const EVP_MD *md, const EVP_MD *mgf1md) RSA_padding_check_PKCS1_OAEP_mgf1() argument
[all...]
H A Drsa_pss.c307 ossl_rsa_pss_params_30_copy(RSA_PSS_PARAMS_30 *to, const RSA_PSS_PARAMS_30 *from) ossl_rsa_pss_params_30_copy() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeSpecification.java75 public static RangeSpecification from(DigitSequence s) { in from() method in RangeSpecification
185 static ImmutableList<RangeSpecification> from(RangeSet<DigitSequence> ranges) { in from() method in RangeSpecification
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DOperation.java179 static Operation from(boolean isTerminating, ImmutableMap<DfaNode, Integer> outMasks) { in from() method in Operation
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dmod.rs371 fn from(reachable: ReachableFrom<'a>) -> Self { in from() functions
H A Dderive.rs711 fn from(analysis: CannotDerive<'ctx>) -> Self { in from() functions
/third_party/rust/crates/aho-corasick/src/
H A Dtests.rs1207 let mut from = 0; in regression_stream_rare_byte_prefilter() variables
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dtraversal.rs28 fn from(val: Edge) -> Self { in from() functions
[all...]
/third_party/rust/crates/clap/src/util/
H A Did.rs31 fn from(id: &'_ Id) -> Self { in from() functions
37 fn from(name: Str) -> Self { in from() functions
43 fn from(name: &'_ Str) -> Self { in from() functions
50 fn from(name: std::string::String) -> Self { in from() functions
57 fn from(name: &'_ std::string::String) -> Self { in from() functions
63 fn from(name: &'static str) -> Self { in from() functions
69 fn from(name: &'_ &'static str) -> Self { in from() functions
75 fn from(name: Id) -> Self { in from() functions
81 fn from(name: Id) -> Self { in from() functions
[all...]
/third_party/rust/crates/codespan/codespan-reporting/src/
H A Dfiles.rs47 fn from(err: std::io::Error) -> Error { in from() functions
/third_party/rust/crates/io-lifetimes/src/
H A Dimpls_async_std.rs50 fn from(owned: async_std::fs::File) -> Self { in from() functions
66 fn from(owned: async_std::fs::File) -> Self { in from() functions
82 fn from(owned: OwnedFd) -> Self { in from() functions
98 fn from(owned: OwnedHandle) -> Self { in from() functions
130 fn from(owned: async_std::net::TcpStream) -> Self { in from() functions
146 fn from(owned: async_std::net::TcpStream) -> Self { in from() functions
162 fn from(owned: OwnedFd) -> Self { in from() functions
178 fn from(owned: OwnedSocket) -> Self { in from() functions
210 fn from(owned: async_std::net::TcpListener) -> Self { in from() functions
226 fn from(owne functions
242 fn from(owned: OwnedFd) -> Self { from() functions
258 fn from(owned: OwnedSocket) -> Self { from() functions
290 fn from(owned: async_std::net::UdpSocket) -> Self { from() functions
306 fn from(owned: async_std::net::UdpSocket) -> Self { from() functions
322 fn from(owned: OwnedFd) -> Self { from() functions
338 fn from(owned: OwnedSocket) -> Self { from() functions
410 fn from(owned: async_std::os::unix::net::UnixStream) -> Self { from() functions
426 fn from(owned: OwnedFd) -> Self { from() functions
450 fn from(owned: async_std::os::unix::net::UnixListener) -> Self { from() functions
466 fn from(owned: OwnedFd) -> Self { from() functions
490 fn from(owned: async_std::os::unix::net::UnixDatagram) -> Self { from() functions
506 fn from(owned: OwnedFd) -> Self { from() functions
[all...]
/third_party/rust/crates/env_logger/src/fmt/writer/
H A Dmod.rs59 fn from(target: Target) -> Self { in from() functions
/third_party/rust/crates/humantime/src/
H A Dwrapper.rs63 fn from(dur: StdDuration) -> Duration { Duration(dur) } in from() functions
93 fn from(dur: SystemTime) -> Timestamp { Timestamp(dur) } in from() functions
/third_party/rust/crates/libloading/src/
H A Dsafe.rs173 fn from(lib: imp::Library) -> Library { in from() functions
179 fn from(lib: Library) -> imp::Library { in from() functions
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dstyled_str.rs247 fn from(name: std::string::String) -> Self { in from() functions
255 fn from(name: &'_ std::string::String) -> Self { in from() functions
263 fn from(name: &'static str) -> Self { in from() functions
271 fn from(name: &'_ &'static str) -> Self { in from() functions
H A Drange.rs120 fn from(fixed: usize) -> Self { in from() functions
126 fn from(range: std::ops::Range<usize>) -> Self { in from() functions
134 fn from(_: std::ops::RangeFull) -> Self { in from() functions
142 fn from(range: std::ops::RangeFrom<usize>) -> Self { in from() functions
150 fn from(range: std::ops::RangeTo<usize>) -> Self { in from() functions
158 fn from(range: std::ops::RangeInclusive<usize>) -> Self { in from() functions
166 fn from(range: std::ops::RangeToInclusive<usize>) -> Self { in from() functions
/third_party/pulseaudio/src/pulsecore/
H A Dsample-util.c397 size_t pa_convert_size(size_t size, const pa_sample_spec *from, const pa_sample_spec *to) { in pa_convert_size() argument
/third_party/openssl/crypto/
H A Dex_data.c98 static int dummy_dup(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from, in dummy_dup() argument
267 CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from) CRYPTO_dup_ex_data() argument
/third_party/openssl/crypto/evp/
H A Dkeymgmt_lib.c444 int evp_keymgmt_util_copy(EVP_PKEY *to, EVP_PKEY *from, int selection) in evp_keymgmt_util_copy() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dtimer.h173 static double TimeDifference(const timeval& from, const timeval& to) { in TimeDifference() argument
181 static double TimeDifference(const timespec& from, const timespec& to) { in TimeDifference() argument
[all...]
/third_party/skia/src/core/
H A DSkStrikeCache.h52 SkGlyph* mergeGlyphAndImage(SkPackedGlyphID toID, const SkGlyph& from) { in mergeGlyphAndImage() argument

Completed in 20 milliseconds

1...<<11121314151617181920>>...40