Searched refs:SSL_bytes_to_cipher_list (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/test/ |
D | cipherbytes_test.c | 33 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/ |
D | SSL_get_ciphers.pod | 9 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
|
D | SSL_CTX_set_client_hello_cb.pod | 113 L<SSL_bytes_to_cipher_list>
|
/third_party/openssl/util/ |
D | libssl.num | 418 SSL_bytes_to_cipher_list 419 1_1_1 EXIST::FUNCTION:
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 2094 int SSL_bytes_to_cipher_list(SSL *s, const unsigned char *bytes, size_t len,
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 2289 if (len && SSL_bytes_to_cipher_list(ssl, out, len, in tls_client_hello_call_back()
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 5413 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/ |
D | openssl.txt | 1237 SSL_F_SSL_BYTES_TO_CIPHER_LIST:161:SSL_bytes_to_cipher_list
|