| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | e_sm4.c | 33 static void sm4_cbc_encrypt(const unsigned char *in, unsigned char *out, in sm4_cbc_encrypt() argument 45 static void sm4_cfb128_encrypt(const unsigned char *in, unsigned char *out, in sm4_cfb128_encrypt() argument 53 static void sm4_ecb_encrypt(const unsigned char *in, unsigned char *out, in sm4_ecb_encrypt() argument 62 static void sm4_ofb128_encrypt(const unsigned char *in, unsigned char *out, in sm4_ofb128_encrypt() argument 74 sm4_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) sm4_ctr_cipher() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/idea/ |
| H A D | i_cbc.c | 20 void IDEA_cbc_encrypt(const unsigned char *in, unsigned char *out, in IDEA_cbc_encrypt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/modes/ |
| H A D | wrap128.c | 48 CRYPTO_128_wrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap() argument 99 crypto_128_unwrap_raw(void *key, unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) crypto_128_unwrap_raw() argument 150 CRYPTO_128_unwrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap() argument 183 CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap_pad() argument 251 CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap_pad() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
| H A D | p12_decr.c | 25 unsigned char *out = NULL; in PKCS12_pbe_crypt_ex() local 135 unsigned char *out = NULL; PKCS12_item_decrypt_d2i_ex() local [all...] |
| H A D | p12_key.c | 19 PKCS12_key_gen_asc_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_asc_ex() argument 41 PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_asc() argument 49 PKCS12_key_gen_utf8_ex(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_key_gen_utf8_ex() argument 71 PKCS12_key_gen_utf8(const char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_utf8() argument 79 PKCS12_key_gen_uni_ex(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_key_gen_uni_ex() argument 133 PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, int saltlen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type) PKCS12_key_gen_uni() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/rc2/ |
| H A D | rc2_cbc.c | 19 void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length, in RC2_cbc_encrypt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/bio/ |
| H A D | bss_sock.c | 103 static int sock_read(BIO *b, char *out, int outl) in sock_read() argument
|
| H A D | bio_dump.c | 129 int BIO_hex_string(BIO *out, int indent, int width, const void *data, in BIO_hex_string() argument
|
| H A D | bf_null.c | 45 static int nullf_read(BIO *b, char *out, int outl) in nullf_read() argument
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_intern.c | 159 int bn_copy_words(BN_ULONG *out, const BIGNUM *in, int size) in bn_copy_words() argument
|
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_io.c | 67 int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags) in i2d_CMS_bio_stream() argument 73 int PEM_write_bio_CMS_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, in PEM_write_bio_CMS_stream() argument
|
| /third_party/node/deps/openssl/openssl/crypto/des/ |
| H A D | des_enc.c | 208 unsigned char *out; in DES_ede3_cbc_encrypt() local [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | pkeyparam.c | 49 BIO *in = NULL, *out = NULL; in pkeyparam_main() local
|
| H A D | rand.c | 52 BIO *out = NULL; in rand_main() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | bio_ndef.c | 38 BIO *out; member 58 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) in BIO_new_NDEF() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | cryptlib.c | 124 DWORD out; in OPENSSL_showfatal() local
|
| /third_party/node/deps/openssl/openssl/crypto/ct/ |
| H A D | ct_b64.c | 24 static int ct_base64_decode(const char *in, unsigned char **out) in ct_base64_decode() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
| H A D | point_448.h | 168 curve448_scalar_copy(curve448_scalar_t out, const curve448_scalar_t a) curve448_scalar_copy() argument [all...] |
| /third_party/rust/crates/cxx/gen/cmd/src/gen/ |
| H A D | out.rs | 74 let mut out = String::with_capacity(len); in content() variables [all...] |
| /third_party/rust/crates/cxx/gen/src/ |
| H A D | out.rs | 74 let mut out = String::with_capacity(len); in content() variables [all...] |
| /third_party/rust/crates/is-terminal/src/ |
| H A D | lib.rs | 127 let mut out = 0; in console_on_any() variables
|
| /third_party/rust/crates/cxx/gen/lib/src/gen/ |
| H A D | out.rs | 74 let mut out = String::with_capacity(len); in content() variables [all...] |
| /third_party/rust/crates/cxx/gen/build/src/gen/ |
| H A D | out.rs | 74 let mut out = String::with_capacity(len); in content() variables [all...] |
| /third_party/openssl/test/ |
| H A D | upcallstest.c | 40 obj_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) obj_provider_init() argument
|
| /third_party/pulseaudio/src/pulsecore/resampler/ |
| H A D | speex.c | 58 float *in, *out; in speex_resample_float() local 94 int16_t *in, *out; in speex_resample_int() local
|