Searched refs:ssl_cipher_methods (Results 1 – 3 of 3) sorted by relevance
81 static const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX]; variable366 ssl_cipher_methods[i] = NULL; in ssl_load_ciphers()369 ssl_cipher_methods[i] = cipher; in ssl_load_ciphers()528 *enc = ssl_cipher_methods[i]; in ssl_cipher_get_evp()
335 ctx->ssl_cipher_methods[i] = cipher; in ssl_load_ciphers()500 const EVP_CIPHER *cipher = ctx->ssl_cipher_methods[i]; in ssl_cipher_get_evp_cipher()505 *enc = ctx->ssl_cipher_methods[i]; in ssl_cipher_get_evp_cipher()
1192 const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX]; member