Home
last modified time | relevance | path

Searched refs:ssl_cipher_table_cipher (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c33 static const ssl_cipher_table ssl_cipher_table_cipher[SSL_ENC_NUM_IDX] = { variable
330 for (i = 0, t = ssl_cipher_table_cipher; i < SSL_ENC_NUM_IDX; i++, t++) { in ssl_load_ciphers()
485 int i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, sslc->algorithm_enc); in ssl_cipher_get_evp_cipher()
2114 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in SSL_CIPHER_get_cipher_nid()
2117 return ssl_cipher_table_cipher[i].nid; in SSL_CIPHER_get_cipher_nid()
/third_party/openssl/ssl/
H A Dssl_ciph.c33 static const ssl_cipher_table ssl_cipher_table_cipher[SSL_ENC_NUM_IDX] = { variable
330 for (i = 0, t = ssl_cipher_table_cipher; i < SSL_ENC_NUM_IDX; i++, t++) { in ssl_load_ciphers()
484 int i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, sslc->algorithm_enc); in ssl_cipher_get_evp_cipher()
2113 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in SSL_CIPHER_get_cipher_nid()
2116 return ssl_cipher_table_cipher[i].nid; in SSL_CIPHER_get_cipher_nid()

Completed in 6 milliseconds