Home
last modified time | relevance | path

Searched refs:SSL_read_ex (Results 1 - 25 of 65) sorted by relevance

123

/third_party/openssl/test/
H A Dsslapitest.c910 if (SSL_read_ex(clientssl, &buf, sizeof(buf), &readbytes) > 0) { in test_ccs_change_cipher()
917 if (SSL_read_ex(serverssl, &buf, sizeof(buf), &readbytes) > 0) { in test_ccs_change_cipher()
1654 if (!TEST_true(SSL_read_ex(serverssl, buf, SSL3_RT_MAX_PLAIN_LENGTH + 1, in test_large_app_data()
2723 || !TEST_true(SSL_read_ex(clientssl, buf, sizeof(buf), &nbytes)) in test_extra_tickets()
2727 || !TEST_false(SSL_read_ex(clientssl, buf, sizeof(buf), &nbytes))) in test_extra_tickets()
2737 || !TEST_true(SSL_read_ex(clientssl, buf, sizeof(buf), &nbytes)) in test_extra_tickets()
2751 || !TEST_false(SSL_read_ex(clientssl, buf, sizeof(buf), &nbytes)) in test_extra_tickets()
2762 || !TEST_false(SSL_read_ex(clientssl, buf, sizeof(buf), &nbytes)) in test_extra_tickets()
2800 || !TEST_true(SSL_read_ex(clientssl, buf, sizeof(buf), &nbytes)) in test_extra_tickets()
2804 || !TEST_false(SSL_read_ex(clientss in test_extra_tickets()
[all...]
H A Drecordlentest.c167 if (!TEST_false(SSL_read_ex(serverssl, &buf, sizeof(buf), &written))) in test_record_overflow()
/third_party/openssl/test/helpers/
H A Dssltestlib.c1160 if (SSL_read_ex(clientssl, &buf, sizeof(buf), &readbytes) > 0) { in create_ssl_connection()
/third_party/curl/lib/vquic/
H A Dcurl_osslq.c1130 rv = SSL_read_ex(x->s->ssl, buf, len, &nread); in h3_quic_recv()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c1989 int SSL_read_ex(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_read_ex() function
2028 ret = SSL_read_ex(s, buf, num, readbytes); in SSL_read_early_data()
/third_party/openssl/ssl/
H A Dssl_lib.c1901 int SSL_read_ex(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_read_ex() function
1940 ret = SSL_read_ex(s, buf, num, readbytes); in SSL_read_early_data()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h1830 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dssl.h1960 __owur int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);

Completed in 147 milliseconds

123