Searched refs:SSL_CIPHER_find (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/doc/man3/ |
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
|
/third_party/openssl/test/ |
D | tls13encryptiontest.c | 353 s->s3->tmp.new_cipher = SSL_CIPHER_find(s, TLS13_AES_128_GCM_SHA256_BYTES); in test_tls13_encryption()
|
D | sslapitest.c | 2154 cipher = SSL_CIPHER_find(ssl, TLS13_AES_256_GCM_SHA384_BYTES); in create_a_psk() 3126 cipher = SSL_CIPHER_find(clientssl, cipher_bytes[idx]); in test_early_data_psk_with_all_ciphers() 3750 cipher = SSL_CIPHER_find(clientssl, TLS13_AES_128_GCM_SHA256_BYTES); in test_tls13_psk()
|
/third_party/openssl/apps/ |
D | s_cb.c | 1106 const SSL_CIPHER *c = SSL_CIPHER_find(s, rlist); in print_raw_cipherlist()
|
D | s_server.c | 222 cipher = SSL_CIPHER_find(ssl, tls13_aes128gcmsha256_id); in psk_find_session_cb()
|
D | s_client.c | 202 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id); in psk_use_session_cb()
|
/third_party/openssl/util/ |
D | libssl.num | 260 SSL_CIPHER_find 261 1_1_0 EXIST::FUNCTION:
|
/third_party/node/src/ |
D | node_crypto_common.cc | 1103 const SSL_CIPHER* cipher = SSL_CIPHER_find(ssl.get(), buf); in GetClientHelloCiphers()
|
/third_party/openssl/ssl/statem/ |
D | extensions_srvr.c | 1122 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id); in tls_parse_ctos_psk()
|
D | extensions_clnt.c | 789 cipher = SSL_CIPHER_find(s, tls13_aes128gcmsha256_id); in tls_construct_ctos_early_data()
|
/third_party/openssl/ssl/ |
D | ssl_ciph.c | 2049 const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr) in SSL_CIPHER_find() function
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 2091 const SSL_CIPHER *SSL_CIPHER_find(SSL *ssl, const unsigned char *ptr);
|