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

/openbsd-current/usr.bin/openssl/
H A Dgendsa.c83 static const EVP_CIPHER *get_cipher_by_name(char *name) function
125 if ((cfg.enc = get_cipher_by_name(name)) == NULL)
H A Dgenrsa.c111 static const EVP_CIPHER *get_cipher_by_name(char *name) function
153 if ((cfg.enc = get_cipher_by_name(name)) == NULL)
H A Dsmime.c112 get_cipher_by_name(char *name) function
158 if ((cfg.cipher = get_cipher_by_name(name)) == NULL)
H A Dpkcs12.c157 static const EVP_CIPHER *get_cipher_by_name(char *name) function
201 else if ((cfg.enc = get_cipher_by_name(name)) == NULL)
H A Dcms.c154 get_cipher_by_name(char *name) function
200 if ((cfg.cipher = get_cipher_by_name(name)) == NULL)

Completed in 187 milliseconds