Home
last modified time | relevance | path

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

/third_party/openssl/crypto/pem/
Dpem_xaux.c18 IMPLEMENT_PEM_rw(X509_AUX, X509, PEM_STRING_X509_TRUSTED, X509_AUX)
Dpem_info.c86 } else if ((strcmp(name, PEM_STRING_X509_TRUSTED) == 0)) { in STACK_OF()
Dpem_lib.c189 && strcmp(name, PEM_STRING_X509_TRUSTED) == 0) in check_pem()
193 && strcmp(name, PEM_STRING_X509_TRUSTED) == 0) in check_pem()
/third_party/openssl/test/
Ddanetest.c113 || strcmp(name, PEM_STRING_X509_TRUSTED) == 0 in STACK_OF()
115 d2i_X509_t d = strcmp(name, PEM_STRING_X509_TRUSTED) != 0 in STACK_OF()
Dx509aux.c38 const int trusted = (strcmp(name, PEM_STRING_X509_TRUSTED) == 0); in test_certs()
/third_party/openssl/include/openssl/
Dpem.h28 # define PEM_STRING_X509_TRUSTED "TRUSTED CERTIFICATE" macro
/third_party/openssl/crypto/store/
Dloader_file.c650 if (strcmp(pem_name, PEM_STRING_X509_TRUSTED) == 0) in try_decode_X509Certificate()