Searched refs:PEM_STRING_X509_TRUSTED (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/pem/ |
D | pem_xaux.c | 18 IMPLEMENT_PEM_rw(X509_AUX, X509, PEM_STRING_X509_TRUSTED, X509_AUX)
|
D | pem_info.c | 86 } else if ((strcmp(name, PEM_STRING_X509_TRUSTED) == 0)) { in STACK_OF()
|
D | pem_lib.c | 189 && 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/ |
D | danetest.c | 113 || 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()
|
D | x509aux.c | 38 const int trusted = (strcmp(name, PEM_STRING_X509_TRUSTED) == 0); in test_certs()
|
/third_party/openssl/include/openssl/ |
D | pem.h | 28 # define PEM_STRING_X509_TRUSTED "TRUSTED CERTIFICATE" macro
|
/third_party/openssl/crypto/store/ |
D | loader_file.c | 650 if (strcmp(pem_name, PEM_STRING_X509_TRUSTED) == 0) in try_decode_X509Certificate()
|