Searched refs:PEM_STRING_X509_TRUSTED (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_xaux.c | 18 IMPLEMENT_PEM_rw(X509_AUX, X509, PEM_STRING_X509_TRUSTED, X509_AUX)
|
H A D | pem_info.c | 96 || strcmp(name, PEM_STRING_X509_TRUSTED) == 0) { in STACK_OF() 104 if ((strcmp(name, PEM_STRING_X509_TRUSTED) == 0)) in STACK_OF()
|
H A D | pem_lib.c | 192 && strcmp(name, PEM_STRING_X509_TRUSTED) == 0) in check_pem() 196 && strcmp(name, PEM_STRING_X509_TRUSTED) == 0) in check_pem()
|
/freebsd/crypto/openssl/test/ |
H A D | danetest.c | 110 || 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 D | x509aux.c | 38 const int trusted = (strcmp(name, PEM_STRING_X509_TRUSTED) == 0); in test_certs()
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | decode_pem2der.c | 131 { PEM_STRING_X509_TRUSTED, OSSL_OBJECT_CERT, NULL, "Certificate" }, in pem2der_decode()
|
/freebsd/crypto/openssl/crypto/store/ |
H A D | store_result.c | 478 && (OPENSSL_strcasecmp(data->data_type, PEM_STRING_X509_TRUSTED) == 0)) in try_cert()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | pem.h | 34 # define PEM_STRING_X509_TRUSTED "TRUSTED CERTIFICATE" macro
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.c | 774 if (strcmp(pem_name, PEM_STRING_X509_TRUSTED) == 0) in try_decode_X509Certificate()
|