Home
last modified time | relevance | path

Searched refs:SSL_bytes_to_cipher_list (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/test/
Dcipherbytes_test.c33 if (!TEST_int_eq(SSL_bytes_to_cipher_list(s, bytes, 0, 0, &sk, &scsv), 0) in test_empty()
52 if (!TEST_true(SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes), in test_unsupported()
78 if (!TEST_true(SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes), 1, in test_v2()
108 if (!SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes), 0, &sk, &scsv) in test_v3()
/third_party/openssl/doc/man3/
DSSL_get_ciphers.pod9 SSL_bytes_to_cipher_list,
22 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len,
53 SSL_bytes_to_cipher_list() treats the supplied B<len> octets in B<bytes>
96 The stacks returned by SSL_bytes_to_cipher_list() should be freed using
DSSL_CTX_set_client_hello_cb.pod113 L<SSL_bytes_to_cipher_list>
/third_party/openssl/util/
Dlibssl.num418 SSL_bytes_to_cipher_list 419 1_1_1 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h2094 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len,
/third_party/libcoap/src/
Dcoap_openssl.c2289 if (len && SSL_bytes_to_cipher_list(ssl, out, len, in tls_client_hello_call_back()
/third_party/openssl/ssl/
Dssl_lib.c5413 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len, in SSL_bytes_to_cipher_list() function
/third_party/openssl/crypto/err/
Dopenssl.txt1237 SSL_F_SSL_BYTES_TO_CIPHER_LIST:161:SSL_bytes_to_cipher_list