Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Dssl_rsa.c106 if (type == SSL_FILETYPE_ASN1) { in SSL_use_certificate_file()
248 if (type == SSL_FILETYPE_ASN1) { in SSL_use_RSAPrivateKey_file()
325 } else if (type == SSL_FILETYPE_ASN1) { in SSL_use_PrivateKey_file()
469 if (type == SSL_FILETYPE_ASN1) { in SSL_CTX_use_certificate_file()
557 if (type == SSL_FILETYPE_ASN1) { in SSL_CTX_use_RSAPrivateKey_file()
631 } else if (type == SSL_FILETYPE_ASN1) { in SSL_CTX_use_PrivateKey_file()
Dssl.h338 #define SSL_FILETYPE_ASN1 X509_FILETYPE_ASN1 macro