Home
last modified time | relevance | path

Searched defs:outlen (Results 226 - 250 of 269) sorted by relevance

1234567891011

/third_party/node/src/crypto/
H A Dcrypto_tls.cc219 SelectALPNCallback( SSL* s, const unsigned char** out, unsigned char* outlen, const unsigned char* in, unsigned int inlen, void* arg) SelectALPNCallback() argument
/third_party/nghttp2/src/
H A Dshrpx_tls.cc681 alpn_select_proto_cb(SSL *ssl, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) alpn_select_proto_cb() argument
713 quic_alpn_select_proto_cb(SSL *ssl, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) quic_alpn_select_proto_cb() argument
752 sct_add_cb(SSL *ssl, unsigned int ext_type, unsigned int context, const unsigned char **out, size_t *outlen, X509 *x, size_t chainidx, int *al, void *add_arg) sct_add_cb() argument
812 legacy_sct_add_cb(SSL *ssl, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *add_arg) legacy_sct_add_cb() argument
1519 select_h2_next_proto_cb(SSL *ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) select_h2_next_proto_cb() argument
1532 select_h1_next_proto_cb(SSL *ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) select_h1_next_proto_cb() argument
1550 select_next_proto_cb(SSL *ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) select_next_proto_cb() argument
1565 create_ssl_client_context( neverbleed_t *nb, const StringRef &cacert, const StringRef &cert_file, const StringRef &private_key_file, int (*next_proto_select_cb)(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg)) create_ssl_client_context() argument
[all...]
H A Dh2load.cc1893 client_select_next_proto_cb(SSL *ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) client_select_next_proto_cb() argument
H A DHttpServer.cc2098 alpn_select_proto_cb(SSL *ssl, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) alpn_select_proto_cb() argument
H A Dutil.cc872 bool select_proto(const unsigned char **out, unsigned char *outlen, in select_proto() argument
886 bool select_h2(const unsigned char **out, unsigned char *outlen, in select_h2() argument
893 bool select_protocol(const unsigned char **out, unsigned char *outlen, in select_protocol() argument
H A Dnghttp.cc1753 size_t outlen = MAX_OUTLEN; in on_data_chunk_recv_callback() local
1764 std::cout.write(reinterpret_cast<const char *>(out.data()), outlen); in on_data_chunk_recv_callback() local
2257 client_select_next_proto_cb(SSL *ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) client_select_next_proto_cb() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_lib.c1771 EVP_PKEY_meth_set_encrypt(EVP_PKEY_METHOD *pmeth, int (*encrypt_init) (EVP_PKEY_CTX *ctx), int (*encryptfn) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen)) EVP_PKEY_meth_set_encrypt() argument
1783 EVP_PKEY_meth_set_decrypt(EVP_PKEY_METHOD *pmeth, int (*decrypt_init) (EVP_PKEY_CTX *ctx), int (*decrypt) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen)) EVP_PKEY_meth_set_decrypt() argument
1970 EVP_PKEY_meth_get_encrypt(const EVP_PKEY_METHOD *pmeth, int (**pencrypt_init) (EVP_PKEY_CTX *ctx), int (**pencryptfn) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen)) EVP_PKEY_meth_get_encrypt() argument
1984 EVP_PKEY_meth_get_decrypt(const EVP_PKEY_METHOD *pmeth, int (**pdecrypt_init) (EVP_PKEY_CTX *ctx), int (**pdecrypt) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen)) EVP_PKEY_meth_get_decrypt() argument
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c1147 size_t outlen = 2 * len + 1; in hexencode() local
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c2880 size_t outlen; in tls_process_cke_rsa() local
3128 size_t outlen = 32, inlen; in tls_process_cke_gost() local
3232 size_t outlen = 32, inlen = 0; in tls_process_cke_gost18() local
/third_party/libcoap/src/
H A Dcoap_openssl.c2325 size_t outlen; in tls_client_hello_call_back() local
1060 server_alpn_callback(SSL *ssl COAP_UNUSED, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg COAP_UNUSED ) server_alpn_callback() argument
2529 size_t outlen; psk_tls_client_hello_call_back() local
[all...]
/third_party/openssl/crypto/evp/
H A Dpmeth_lib.c1770 EVP_PKEY_meth_set_encrypt(EVP_PKEY_METHOD *pmeth, int (*encrypt_init) (EVP_PKEY_CTX *ctx), int (*encryptfn) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen)) EVP_PKEY_meth_set_encrypt() argument
1782 EVP_PKEY_meth_set_decrypt(EVP_PKEY_METHOD *pmeth, int (*decrypt_init) (EVP_PKEY_CTX *ctx), int (*decrypt) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen)) EVP_PKEY_meth_set_decrypt() argument
1969 EVP_PKEY_meth_get_encrypt(const EVP_PKEY_METHOD *pmeth, int (**pencrypt_init) (EVP_PKEY_CTX *ctx), int (**pencryptfn) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen)) EVP_PKEY_meth_get_encrypt() argument
1983 EVP_PKEY_meth_get_decrypt(const EVP_PKEY_METHOD *pmeth, int (**pdecrypt_init) (EVP_PKEY_CTX *ctx), int (**pdecrypt) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen)) EVP_PKEY_meth_get_decrypt() argument
/third_party/openssl/apps/lib/
H A Ds_cb.c1147 size_t outlen = 2 * len + 1; in hexencode() local
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c2859 size_t outlen; in tls_process_cke_rsa() local
3107 size_t outlen = 32, inlen; in tls_process_cke_gost() local
3211 size_t outlen = 32, inlen = 0; in tls_process_cke_gost18() local
/third_party/openssl/test/
H A Dacvp_test.c1395 int outlen; in aes_cfb1_bits_test() local
H A Dssl_old_test.c114 static int cb_client_npn(SSL *s, unsigned char **out, unsigned char *outlen, in cb_client_npn() argument
255 static unsigned char *next_protos_parse(size_t *outlen, in next_protos_parse() argument
286 cb_server_alpn(SSL *s, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) cb_server_alpn() argument
442 custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) custom_ext_0_cli_add_cb() argument
458 custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) custom_ext_1_cli_add_cb() argument
476 custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) custom_ext_2_cli_add_cb() argument
498 custom_ext_3_cli_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) custom_ext_3_cli_add_cb() argument
535 custom_ext_0_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) custom_ext_0_srv_add_cb() argument
558 custom_ext_1_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) custom_ext_1_srv_add_cb() argument
579 custom_ext_2_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) custom_ext_2_srv_add_cb() argument
602 custom_ext_3_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) custom_ext_3_srv_add_cb() argument
[all...]
/third_party/openssl/test/helpers/
H A Dhandshake.c345 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) in parse_protos() argument
393 static int client_npn_cb(SSL *s, unsigned char **out, unsigned char *outlen, in client_npn_cb() argument
424 server_alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) server_alpn_cb() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c1214 size_t outlen, i; in omac1_aes_vector() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c113 dpp_hkdf_expand(size_t hash_len, const u8 *secret, size_t secret_len, const char *label, u8 *out, size_t outlen) dpp_hkdf_expand() argument
/third_party/ffmpeg/libavformat/
H A Ddashenc.c721 int outlen = strlen(str)*3/2 + 6; in xmlescape() local
H A Dmpegts.c1310 size_t inlen = len, outlen = inlen * 6 + 1; in getstr8() local
/third_party/curl/lib/vtls/
H A Dsectransp.c2108 static long pem_to_der(const char *in, unsigned char **out, size_t *outlen) argument
2159 static int read_cert(const char *file, unsigned char **out, size_t *outlen) argument
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c3962 size_t outlen = strlen(*argv); in main() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c1287 size_t outlen, i; in omac1_aes_vector() local
/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c773 int OpensslEvpPkeyEncrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, in OpensslEvpPkeyEncrypt() argument
779 int OpensslEvpPkeyDecrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, in OpensslEvpPkeyDecrypt() argument
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c651 static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, in alpn_cb() argument

Completed in 83 milliseconds

1234567891011