Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c56 static const ssl_cipher_table ssl_cipher_table_cipher[SSL_ENC_NUM_IDX] = { variable
364 for (i = 0, t = ssl_cipher_table_cipher; i < SSL_ENC_NUM_IDX; i++, t++) { in ssl_load_ciphers()
520 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in ssl_cipher_get_evp()
2057 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in SSL_CIPHER_get_cipher_nid()
2060 return ssl_cipher_table_cipher[i].nid; in SSL_CIPHER_get_cipher_nid()
/netbsd-src/crypto/external/bsd/openssl/dist/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()