Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_ciph.c81 static const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX]; variable
366 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()