Searched refs:X509_NAME (Results 1 – 15 of 15) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | x509.h | 117 # undef X509_NAME 192 DECLARE_STACK_OF(X509_NAME) 229 X509_NAME *subject; 246 X509_NAME *issuer; 248 X509_NAME *subject; 444 X509_NAME *issuer; 761 X509_NAME *X509_NAME_dup(X509_NAME *xn); 817 DECLARE_ASN1_FUNCTIONS(X509_NAME) 819 int X509_NAME_set(X509_NAME **xn, X509_NAME *name); 905 X509_NAME *X509_get_issuer_name(X509 *a); [all …]
|
A D | x509_vfy.h | 148 int (*get_by_subject) (X509_LOOKUP *ctx, int type, X509_NAME *name, 150 int (*get_by_issuer_serial) (X509_LOOKUP *ctx, int type, X509_NAME *name, 210 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm); 211 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm); 268 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm); 269 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm); 460 X509_NAME *name); 462 int type, X509_NAME *name); 470 STACK_OF(X509) *X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm); 471 STACK_OF(X509_CRL) *X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm); [all …]
|
A D | ossl_typ.h | 109 # undef X509_NAME 159 typedef struct X509_name_st X509_NAME; typedef
|
A D | ocsp.h | 200 X509_NAME *byName; 343 X509_NAME *issuer; 420 X509_NAME *issuerName, 431 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm); 492 X509_EXTENSION *OCSP_url_svcloc_new(X509_NAME *issuer, char **urls);
|
A D | x509v3.h | 72 # undef X509_NAME 194 X509_NAME *directoryName; 201 X509_NAME *dirn; /* dirn */ 233 X509_NAME *dpname; 578 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname); 752 int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE) *dn_sk,
|
A D | cms.h | 208 X509_NAME **issuer, 273 X509_NAME **issuer, ASN1_INTEGER **sno); 355 X509_NAME **issuer, 364 X509_NAME **issuer, ASN1_INTEGER **sno);
|
A D | kssl.h | 79 # undef X509_NAME
|
A D | ssl.h | 1024 STACK_OF(X509_NAME) *client_CA; 1580 STACK_OF(X509_NAME) *client_CA; 2203 STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file); 2204 int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, 2209 int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, 2407 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list); 2408 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list); 2409 STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s); 2410 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *s); 2422 STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk);
|
A D | engine.h | 342 STACK_OF(X509_NAME) *ca_dn, 669 STACK_OF(X509_NAME) *ca_dn, X509 **pcert,
|
A D | ssl3.h | 578 STACK_OF(X509_NAME) *ca_names;
|
A D | safestack.h | 1930 # define sk_X509_NAME_new(cmp) SKM_sk_new(X509_NAME, (cmp)) 1931 # define sk_X509_NAME_new_null() SKM_sk_new_null(X509_NAME) 1932 # define sk_X509_NAME_free(st) SKM_sk_free(X509_NAME, (st)) 1933 # define sk_X509_NAME_num(st) SKM_sk_num(X509_NAME, (st)) 1934 # define sk_X509_NAME_value(st, i) SKM_sk_value(X509_NAME, (st), (i)) 1936 # define sk_X509_NAME_zero(st) SKM_sk_zero(X509_NAME, (st)) 1945 # define sk_X509_NAME_dup(st) SKM_sk_dup(X509_NAME, st) 1948 # define sk_X509_NAME_shift(st) SKM_sk_shift(X509_NAME, (st)) 1949 # define sk_X509_NAME_pop(st) SKM_sk_pop(X509_NAME, (st)) 1950 # define sk_X509_NAME_sort(st) SKM_sk_sort(X509_NAME, (st)) [all …]
|
A D | pkcs7.h | 87 X509_NAME *issuer;
|
A D | ts.h | 96 # undef X509_NAME
|
A D | pem.h | 159 X509_NAME *dn;
|
/optee_test-3.20.0/host/xtest/ |
A D | pkcs11_1000.c | 7445 X509_NAME *x509_subject_name = NULL; in xtest_pkcs11_test_1024() 7448 X509_NAME *x509_issuer_name = NULL; in xtest_pkcs11_test_1024()
|
Completed in 79 milliseconds