Home
last modified time | relevance | path

Searched defs:out (Results 1726 - 1750 of 3408) sorted by relevance

1...<<61626364656667686970>>...137

/third_party/openssl/test/
H A Dparams_api_test.c21 static void swap_copy(unsigned char *out, const void *in, size_t len) in swap_copy() argument
37 static void le_copy(unsigned char *out, const void *in, size_t len) in le_copy() argument
150 int in, out; in test_param_int() local
177 long int in, out; test_param_long() local
204 unsigned int in, out; test_param_uint() local
230 unsigned long int in, out; test_param_ulong() local
257 int32_t in, out; test_param_int32() local
284 uint32_t in, out; test_param_uint32() local
311 int64_t in, out; test_param_int64() local
338 uint64_t in, out; test_param_uint64() local
365 size_t in, out; test_param_size_t() local
392 time_t in, out; test_param_time_t() local
[all...]
H A Dp_test.c141 unsigned char out[16]; in p_get_params() local
228 OSSL_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *oin, const OSSL_DISPATCH **out, void **provctx) OSSL_provider_init() argument
H A Dsslcorrupttest.c26 static int tls_corrupt_read(BIO *bio, char *out, int outl) in tls_corrupt_read() argument
H A Dtls13ccstest.c70 static int watchccs_read(BIO *bio, char *out, int outl) in watchccs_read() argument
/third_party/openssl/test/testutil/
H A Dformat_output.c393 char out[2 * sizeof(buf) + 1]; in test_output_bignum() local
207 convert_bn_memory(const unsigned char *in, size_t bytes, char *out, int *lz, const BIGNUM *bn) convert_bn_memory() argument
H A Dfake_random.c70 static int fake_rand_generate(void *vrng, unsigned char *out, size_t outlen, in fake_rand_generate() argument
164 fake_rand_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) fake_rand_provider_init() argument
214 fake_rand_set_callback(EVP_RAND_CTX *rng, int (*cb)(unsigned char *out, size_t outlen, const char *name, EVP_RAND_CTX *ctx)) fake_rand_set_callback() argument
222 fake_rand_set_public_private_callbacks(OSSL_LIB_CTX *libctx, int (*cb)(unsigned char *out, size_t outlen, const char *name, EVP_RAND_CTX *ctx)) fake_rand_set_public_private_callbacks() argument
/third_party/pulseaudio/speex/libspeexdsp/
H A Dscal.c141 EXPORT void speex_decorrelate(SpeexDecorrState *st, const spx_int16_t *in, spx_int16_t *out, int strength) in speex_decorrelate() argument
/third_party/openssl/crypto/bio/
H A Dbss_conn.c323 static int conn_read(BIO *b, char *out, int outl) in conn_read() argument
H A Dbss_acpt.c365 static int acpt_read(BIO *b, char *out, int outl) in acpt_read() argument
/third_party/openssl/crypto/evp/
H A Dasymcipher.c227 EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) EVP_PKEY_encrypt() argument
269 EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) EVP_PKEY_decrypt() argument
[all...]
H A Dbio_ok.c170 static int ok_read(BIO *b, char *out, int outl) in ok_read() argument
H A Dbio_b64.c108 static int b64_read(BIO *b, char *out, int outl) in b64_read() argument
H A Dbio_enc.c106 static int enc_read(BIO *b, char *out, int outl) in enc_read() argument
H A Dkem.c186 EVP_PKEY_encapsulate(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, unsigned char *secret, size_t *secretlen) EVP_PKEY_encapsulate() argument
H A De_aria.c82 static void aria_cbc_encrypt(const unsigned char *in, unsigned char *out, in aria_cbc_encrypt() argument
95 static void aria_cfb128_encrypt(const unsigned char *in, unsigned char *out, in aria_cfb128_encrypt() argument
104 static void aria_cfb1_encrypt(const unsigned char *in, unsigned char *out, in aria_cfb1_encrypt() argument
112 static void aria_cfb8_encrypt(const unsigned char *in, unsigned char *out, in aria_cfb8_encrypt() argument
120 static void aria_ecb_encrypt(const unsigned char *in, unsigned char *out, in aria_ecb_encrypt() argument
126 aria_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const ARIA_KEY *key, unsigned char *ivec, int *num) aria_ofb128_encrypt() argument
175 aria_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aria_ctr_cipher() argument
377 EVP_CIPHER_CTX *out = ptr; aria_gcm_ctrl() local
402 aria_gcm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aria_gcm_tls_cipher() argument
458 aria_gcm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aria_gcm_cipher() argument
626 EVP_CIPHER_CTX *out = ptr; aria_ccm_ctrl() local
641 aria_ccm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aria_ccm_tls_cipher() argument
689 aria_ccm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) aria_ccm_cipher() argument
[all...]
/third_party/openssl/crypto/
H A Dpunycode.c202 static int codepoint2utf8(unsigned char *out, unsigned long utf) in codepoint2utf8() argument
247 ossl_a2ulabel(const char *in, char *out, size_t *outlen) ossl_a2ulabel() argument
[all...]
/third_party/openssl/apps/
H A Drsa.c125 BIO *out = NULL; in rsa_main() local
92 try_legacy_encoding(EVP_PKEY *pkey, int outformat, int pubout, BIO *out) try_legacy_encoding() argument
[all...]
H A Drsautl.c74 BIO *in = NULL, *out = NULL; in rsautl_main() local
H A Decparam.c68 static int list_builtin_curves(BIO *out) in list_builtin_curves() argument
103 BIO *out = NULL; in ecparam_main() local
[all...]
H A Ddsa.c79 BIO *out = NULL; in dsa_main() local
[all...]
H A Dec.c70 BIO *out = NULL; in ec_main() local
/third_party/openssl/crypto/conf/
H A Dconf_lib.c381 int NCONF_dump_fp(const CONF *conf, FILE *out) in NCONF_dump_fp() argument
395 int NCONF_dump_bio(const CONF *conf, BIO *out) in NCONF_dump_bio() argument
/third_party/openssl/apps/lib/
H A Dcmp_mock_srv.c294 process_genm(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *genm, const STACK_OF(OSSL_CMP_ITAV) *in, STACK_OF(OSSL_CMP_ITAV) **out) process_genm() argument
/third_party/openssl/crypto/bn/
H A Dbn_rand.c251 int BN_generate_dsa_nonce(BIGNUM *out, const BIGNUM *range, in BN_generate_dsa_nonce() argument
/third_party/openssl/crypto/ec/curve448/
H A Deddsa.c23 static c448_error_t oneshot_hash(OSSL_LIB_CTX *ctx, uint8_t *out, size_t outlen, in oneshot_hash() argument

Completed in 19 milliseconds

1...<<61626364656667686970>>...137