Home
last modified time | relevance | path

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

/dports/security/xmlsec1/xmlsec1-1.2.29/src/openssl/
H A Dapp.c364 static X509* xmlSecOpenSSLAppCertLoadBIO (BIO* bio,
485 cert = xmlSecOpenSSLAppCertLoadBIO(bio, certFormat); in xmlSecOpenSSLAppKeyCertLoadBIO()
792 cert = xmlSecOpenSSLAppCertLoadBIO(bio, format); in xmlSecOpenSSLAppKeyFromCertLoadBIO()
961 cert = xmlSecOpenSSLAppCertLoadBIO(bio, format); in xmlSecOpenSSLAppKeysMngrCertLoadBIO()
1045 xmlSecOpenSSLAppCertLoadBIO(BIO* bio, xmlSecKeyDataFormat format) { in xmlSecOpenSSLAppCertLoadBIO() function