/openssl/crypto/x509/ |
H A D | x509_d2.c | 81 int X509_STORE_load_store_ex(X509_STORE *ctx, const char *uri, in X509_STORE_load_store_ex() 94 int X509_STORE_load_store(X509_STORE *ctx, const char *uri) in X509_STORE_load_store()
|
H A D | by_store.c | 16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects()
|
H A D | v3_ncons.c | 782 static int nc_uri(ASN1_IA5STRING *uri, ASN1_IA5STRING *base) in nc_uri()
|
/openssl/test/ |
H A D | ossl_store_test.c | 72 static int get_params(const char *uri, const char *type) in get_params() 106 char uri[PATH_MAX]; in test_store_get_params() local
|
H A D | fake_rsaprov.c | 540 static void *fake_rsa_st_open_ex(void *provctx, const char *uri, in fake_rsa_st_open_ex() 586 static void *fake_rsa_st_open(void *provctx, const char *uri) in fake_rsa_st_open() 665 static int fake_rsa_st_delete(void *loaderctx, const char *uri, in fake_rsa_st_delete()
|
H A D | provfetchtest.c | 54 static void *dummy_store_open(void *provctx, const char *uri) in dummy_store_open()
|
/openssl/engines/ |
H A D | e_loader_attic.c | 299 void *ui_data, const char *uri, in try_decode_PKCS12() 435 const char *uri, in try_decode_PKCS8Encrypted() 640 void *ui_data, const char *uri, in try_decode_PUBKEY() 676 void *ui_data, const char *uri, in try_decode_params() 754 const char *uri, in try_decode_X509Certificate() 810 void *ui_data, const char *uri, in try_decode_X509CRL() 860 char *uri; /* The URI we currently try to load */ member 944 (const OSSL_STORE_LOADER *loader, const char *uri, in file_open_ex() 1061 (const OSSL_STORE_LOADER *loader, const char *uri, in file_open() 1297 const char *uri, int secure) in file_read_pem() [all …]
|
/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 67 char *uri; /* The URI we currently try to load */ member 123 static struct file_ctx_st *new_file_ctx(int type, const char *uri, in new_file_ctx() 151 static struct file_ctx_st *file_open_stream(BIO *source, const char *uri, in file_open_stream() 169 static void *file_open_dir(const char *path, const char *uri, void *provctx) in file_open_dir() 194 static void *file_open(void *provctx, const char *uri) in file_open()
|
H A D | winstore_store.c | 80 static void *winstore_open(void *provctx, const char *uri) in winstore_open()
|
/openssl/apps/lib/ |
H A D | apps.c | 484 X509 *load_cert_pass(const char *uri, int format, int maybe_stdin, in load_cert_pass() 506 X509_CRL *load_crl(const char *uri, int format, int maybe_stdin, in load_crl() 605 EVP_PKEY *load_key(const char *uri, int format, int may_stdin, in load_key() 624 EVP_PKEY *load_pubkey(const char *uri, int format, int maybe_stdin, in load_pubkey() 666 EVP_PKEY *load_keyparams(const char *uri, int format, int maybe_stdin, in load_keyparams() 708 static void warn_cert_msg(const char *uri, X509 *cert, const char *msg) in warn_cert_msg() 717 static void warn_cert(const char *uri, X509 *cert, int warn_EE, in warn_cert() 739 int load_cert_certs(const char *uri, in load_cert_certs() 877 int load_crls(const char *uri, STACK_OF(X509_CRL) **crls, in load_crls() 934 int load_key_certs_crls(const char *uri, int format, int maybe_stdin, in load_key_certs_crls() [all …]
|
H A D | engine_loader.c | 66 const char *uri, in engine_open()
|
/openssl/crypto/store/ |
H A D | store_lib.c | 63 OSSL_STORE_open_ex(const char *uri, OSSL_LIB_CTX *libctx, const char *propq, in OSSL_STORE_open_ex() 238 OSSL_STORE_CTX *OSSL_STORE_open(const char *uri, in OSSL_STORE_open() 497 int OSSL_STORE_delete(const char *uri, OSSL_LIB_CTX *libctx, const char *propq, in OSSL_STORE_delete()
|
/openssl/apps/include/ |
H A D | apps.h | 126 # define load_cert(uri, format, desc) load_cert_pass(uri, format, 1, NULL, desc) argument
|
/openssl/apps/ |
H A D | storeutl.c | 346 static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, in process()
|
H A D | cmp.c | 754 static EVP_PKEY *load_key_pwd(const char *uri, int format, in load_key_pwd() 764 static X509 *load_cert_pwd(const char *uri, const char *pass, const char *desc) in load_cert_pwd()
|
/openssl/ssl/ |
H A D | ssl_cert.c | 990 const char *uri, int depth) in add_uris_recursive()
|