/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | keymgmt_lib.c | 444 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 D | ex_data.c | 98 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 D | rsa_meth.c | 113 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 D | rsa_ossl.c | 74 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 D | rsa_oaep.c | 39 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 D | rsa_pss.c | 307 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 D | RangeSpecification.java | 75 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 D | Operation.java | 179 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 D | mod.rs | 371 fn from(reachable: ReachableFrom<'a>) -> Self { in from() functions
|
H A D | derive.rs | 711 fn from(analysis: CannotDerive<'ctx>) -> Self { in from() functions
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | tests.rs | 1207 let mut from = 0; in regression_stream_rare_byte_prefilter() variables [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | traversal.rs | 28 fn from(val: Edge) -> Self { in from() functions [all...] |
/third_party/rust/crates/clap/src/util/ |
H A D | id.rs | 31 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 D | files.rs | 47 fn from(err: std::io::Error) -> Error { in from() functions
|
/third_party/rust/crates/io-lifetimes/src/ |
H A D | impls_async_std.rs | 50 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 D | mod.rs | 59 fn from(target: Target) -> Self { in from() functions
|
/third_party/rust/crates/humantime/src/ |
H A D | wrapper.rs | 63 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 D | safe.rs | 173 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 D | styled_str.rs | 247 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 D | range.rs | 120 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 D | sample-util.c | 397 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 D | ex_data.c | 98 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 D | keymgmt_lib.c | 444 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 D | timer.h | 173 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 D | SkStrikeCache.h | 52 SkGlyph* mergeGlyphAndImage(SkPackedGlyphID toID, const SkGlyph& from) { in mergeGlyphAndImage() argument
|