Home
last modified time | relevance | path

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

/dports/security/botan110/Botan-1.10.17/src/cert/x509store/
H A Dx509stor.h115 X509_Code construct_cert_chain(const X509_Certificate&,
H A Dx509stor.cpp211 X509_Code chaining_result = construct_cert_chain(cert, indexes); in validate_cert()
293 X509_Code X509_Store::construct_cert_chain(const X509_Certificate& end_cert, in construct_cert_chain() function in Botan::X509_Store
452 X509_Code chaining_result = construct_cert_chain(cert, indexes, true); in get_cert_chain()