Searched refs:SSL_CIPHER_find (Results 1 – 13 of 13) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_CIPHER_get_name.pod | 17 SSL_CIPHER_find, 38 const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr); 97 SSL_CIPHER_find() returns a B<SSL_CIPHER> structure which has the cipher ID stored 101 L<SSL_client_hello_get0_ciphers(3)>. SSL_CIPHER_find() returns NULL if an 175 SSL_CIPHER_find() returns a valid B<SSL_CIPHER> structure or NULL if an error
|
/openssl/test/helpers/ |
H A D | ssltestlib.c | 1392 cipher = SSL_CIPHER_find(ssl, TLS13_AES_256_GCM_SHA384_BYTES); in create_a_psk() 1398 cipher = SSL_CIPHER_find(ssl, TLS13_AES_128_GCM_SHA256_BYTES); in create_a_psk()
|
/openssl/test/ |
H A D | quicapitest.c | 373 if (!TEST_ptr(SSL_CIPHER_find(clientquic, in test_cipher_find() 377 if (!TEST_ptr_null(SSL_CIPHER_find(clientquic, in test_cipher_find()
|
H A D | sslapitest.c | 4523 cipher = SSL_CIPHER_find(clientssl, cipher_bytes[idx]); in test_early_data_psk_with_all_ciphers() 5604 cipher = SSL_CIPHER_find(clientssl, TLS13_AES_128_GCM_SHA256_BYTES); in test_tls13_psk()
|
/openssl/util/ |
H A D | libssl.num | 260 SSL_CIPHER_find 261 3_0_0 EXIST::FUNCTION:
|
/openssl/apps/lib/ |
H A D | s_cb.c | 1206 const SSL_CIPHER *c = SSL_CIPHER_find(s, rlist); in print_raw_cipherlist()
|
/openssl/ssl/ |
H A D | ssl_ciph.c | 2092 const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr) in SSL_CIPHER_find() function
|
/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 1095 cipher = SSL_CIPHER_find(SSL_CONNECTION_GET_SSL(s), in tls_parse_ctos_psk()
|
H A D | extensions_clnt.c | 829 cipher = SSL_CIPHER_find(SSL_CONNECTION_GET_SSL(s), in tls_construct_ctos_early_data()
|
/openssl/apps/ |
H A D | s_client.c | 224 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id); in psk_use_session_cb()
|
H A D | s_server.c | 225 cipher = SSL_CIPHER_find(ssl, tls13_aes128gcmsha256_id); in psk_find_session_cb()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 211 | `SSL_CIPHER_find` | Global | U | A | NC\* | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2232 const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr);
|
Completed in 131 milliseconds