Home
last modified time | relevance | path

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

/openssl/crypto/pem/
H A Dpem_xaux.c18 IMPLEMENT_PEM_rw(X509_AUX, X509, PEM_STRING_X509_TRUSTED, X509_AUX)
H A Dpem_info.c96 || strcmp(name, PEM_STRING_X509_TRUSTED) == 0) { in STACK_OF()
104 if ((strcmp(name, PEM_STRING_X509_TRUSTED) == 0)) in STACK_OF()
H A Dpem_lib.c192 && strcmp(name, PEM_STRING_X509_TRUSTED) == 0) in check_pem()
196 && strcmp(name, PEM_STRING_X509_TRUSTED) == 0) in check_pem()
/openssl/test/
H A Ddanetest.c110 || strcmp(name, PEM_STRING_X509_TRUSTED) == 0 in STACK_OF()
112 d2i_X509_t d = strcmp(name, PEM_STRING_X509_TRUSTED) != 0 in STACK_OF()
H A Dx509aux.c38 const int trusted = (strcmp(name, PEM_STRING_X509_TRUSTED) == 0); in test_certs()
/openssl/providers/implementations/encode_decode/
H A Ddecode_pem2der.c132 { PEM_STRING_X509_TRUSTED, OSSL_OBJECT_CERT, NULL, "Certificate" }, in pem2der_decode()
/openssl/crypto/store/
H A Dstore_result.c478 && (OPENSSL_strcasecmp(data->data_type, PEM_STRING_X509_TRUSTED) == 0)) in try_cert()
/openssl/include/openssl/
H A Dpem.h37 # define PEM_STRING_X509_TRUSTED "TRUSTED CERTIFICATE" macro
/openssl/engines/
H A De_loader_attic.c771 if (strcmp(pem_name, PEM_STRING_X509_TRUSTED) == 0) in try_decode_X509Certificate()

Completed in 40 milliseconds