Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A 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()
/freebsd/crypto/openssl/doc/man3/
H A 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
H A DSSL_CTX_set_client_hello_cb.pod113 L<SSL_bytes_to_cipher_list(3)>
/freebsd/secure/lib/libssl/
H A DVersion.map462 SSL_bytes_to_cipher_list;
/freebsd/crypto/openssl/util/
H A Dlibssl.num418 SSL_bytes_to_cipher_list 419 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2253 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len,
H A Dssl.h.in2181 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len,
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5687 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len, in SSL_bytes_to_cipher_list() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3983 MLINKS+= SSL_get_ciphers.3 SSL_bytes_to_cipher_list.3