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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c169 static const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX] = { variable
407 ssl_cipher_methods[SSL_ENC_DES_IDX] = EVP_get_cipherbyname(SN_des_cbc);
408 ssl_cipher_methods[SSL_ENC_3DES_IDX] =
410 ssl_cipher_methods[SSL_ENC_RC4_IDX] = EVP_get_cipherbyname(SN_rc4);
411 ssl_cipher_methods[SSL_ENC_RC2_IDX] = EVP_get_cipherbyname(SN_rc2_cbc);
413 ssl_cipher_methods[SSL_ENC_IDEA_IDX] = EVP_get_cipherbyname(SN_idea_cbc);
415 ssl_cipher_methods[SSL_ENC_IDEA_IDX] = NULL;
417 ssl_cipher_methods[SSL_ENC_AES128_IDX] =
419 ssl_cipher_methods[SSL_ENC_AES256_IDX] =
421 ssl_cipher_methods[SSL_ENC_CAMELLIA128_ID
[all...]

Completed in 169 milliseconds