Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Dgendsa.c83 static const EVP_CIPHER *get_cipher_by_name(char *name) in get_cipher_by_name() function
125 if ((gendsa_config.enc = get_cipher_by_name(name)) == NULL) in set_enc()
H A Dgenrsa.c111 static const EVP_CIPHER *get_cipher_by_name(char *name) in get_cipher_by_name() function
153 if ((genrsa_config.enc = get_cipher_by_name(name)) == NULL) in set_enc()
H A Dsmime.c113 get_cipher_by_name(char *name) in get_cipher_by_name() function
159 if ((smime_config.cipher = get_cipher_by_name(name)) == NULL) in smime_opt_cipher()
H A Dpkcs12.c156 static const EVP_CIPHER *get_cipher_by_name(char *name) in get_cipher_by_name() function
200 else if ((pkcs12_config.enc = get_cipher_by_name(name)) == NULL) in pkcs12_opt_enc()
H A Dcms.c155 get_cipher_by_name(char *name) in get_cipher_by_name() function
201 if ((cms_config.cipher = get_cipher_by_name(name)) == NULL) in cms_opt_cipher()