Home
last modified time | relevance | path

Searched refs:ui_data (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dstore.h56 OSSL_STORE_open(const char *uri, const UI_METHOD *ui_method, void *ui_data,
61 const UI_METHOD *ui_method, void *ui_data,
106 const UI_METHOD *ui_method, void *ui_data,
142 const UI_METHOD *ui_method, void *ui_data,
296 const UI_METHOD *ui_method, void *ui_data);
299 const UI_METHOD *ui_method, void *ui_data);
303 const UI_METHOD *ui_method, void *ui_data);
307 typedef OSSL_STORE_INFO *(*OSSL_STORE_load_fn)(OSSL_STORE_LOADER_CTX *ctx, const UI_METHOD *ui_method, void *ui_data);
H A Dui.h349 void *(*duplicator)(UI *ui, void *ui_data),
350 void (*destructor)(UI *ui, void *ui_data));
H A Dencoder.h65 void *ui_data);
H A Ddecoder.h65 void *ui_data);
H A Dui.h.in326 void *(*duplicator)(UI *ui, void *ui_data),
327 void (*destructor)(UI *ui, void *ui_data));
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c109 const UI_METHOD *ui_method, void *ui_data) in file_fill_pem_pass_data()
114 pass_data->data = ui_data; in file_fill_pem_pass_data()
251 * ui_data: Application data to be passed to ui_method when
264 void *ui_data, const char *uri,
301 void *ui_data, const char *uri, in try_decode_PKCS12()
332 ui_data)) in try_decode_PKCS12()
437 void *ui_data, in try_decode_PKCS8Encrypted()
470 ui_data)) in try_decode_PKCS8Encrypted()
515 void *ui_data, const char *uri, in try_decode_PrivateKey()
643 void *ui_data, cons in try_decode_PUBKEY()
106 file_fill_pem_pass_data(struct pem_pass_data * pass_data,const char * desc,const char * info,const UI_METHOD * ui_method,void * ui_data) file_fill_pem_pass_data() argument
299 try_decode_PKCS12(const char * pem_name,const char * pem_header,const unsigned char * blob,size_t len,void ** pctx,int * matchcount,const UI_METHOD * ui_method,void * ui_data,const char * uri,OSSL_LIB_CTX * libctx,const char * propq) try_decode_PKCS12() argument
434 try_decode_PKCS8Encrypted(const char * pem_name,const char * pem_header,const unsigned char * blob,size_t len,void ** pctx,int * matchcount,const UI_METHOD * ui_method,void * ui_data,const char * uri,OSSL_LIB_CTX * libctx,const char * propq) try_decode_PKCS8Encrypted() argument
511 try_decode_PrivateKey(const char * pem_name,const char * pem_header,const unsigned char * blob,size_t len,void ** pctx,int * matchcount,const UI_METHOD * ui_method,void * ui_data,const char * uri,OSSL_LIB_CTX * libctx,const char * propq) try_decode_PrivateKey() argument
640 try_decode_PUBKEY(const char * pem_name,const char * pem_header,const unsigned char * blob,size_t len,void ** pctx,int * matchcount,const UI_METHOD * ui_method,void * ui_data,const char * uri,OSSL_LIB_CTX * libctx,const char * propq) try_decode_PUBKEY() argument
676 try_decode_params(const char * pem_name,const char * pem_header,const unsigned char * blob,size_t len,void ** pctx,int * matchcount,const UI_METHOD * ui_method,void * ui_data,const char * uri,OSSL_LIB_CTX * libctx,const char * propq) try_decode_params() argument
753 try_decode_X509Certificate(const char * pem_name,const char * pem_header,const unsigned char * blob,size_t len,void ** pctx,int * matchcount,const UI_METHOD * ui_method,void * ui_data,const char * uri,OSSL_LIB_CTX * libctx,const char * propq) try_decode_X509Certificate() argument
810 try_decode_X509CRL(const char * pem_name,const char * pem_header,const unsigned char * blob,size_t len,void ** pctx,int * matchcount,const UI_METHOD * ui_method,void * ui_data,const char * uri,OSSL_LIB_CTX * libctx,const char * propq) try_decode_X509CRL() argument
946 file_open_ex(const OSSL_STORE_LOADER * loader,const char * uri,OSSL_LIB_CTX * libctx,const char * propq,const UI_METHOD * ui_method,void * ui_data) file_open_ex() argument
1062 file_open(const OSSL_STORE_LOADER * loader,const char * uri,const UI_METHOD * ui_method,void * ui_data) file_open() argument
1070 file_attach(const OSSL_STORE_LOADER * loader,BIO * bp,OSSL_LIB_CTX * libctx,const char * propq,const UI_METHOD * ui_method,void * ui_data) file_attach() argument
1165 file_load_try_decode(OSSL_STORE_LOADER_CTX * ctx,const char * pem_name,const char * pem_header,unsigned char * data,size_t len,const UI_METHOD * ui_method,void * ui_data,int * matchcount) file_load_try_decode() argument
1265 file_load_try_repeat(OSSL_STORE_LOADER_CTX * ctx,const UI_METHOD * ui_method,void * ui_data) file_load_try_repeat() argument
1296 file_read_pem(BIO * bp,char ** pem_name,char ** pem_header,unsigned char ** data,long * len,const UI_METHOD * ui_method,void * ui_data,const char * uri,int secure) file_read_pem() argument
1364 file_try_read_PVK(BIO * bp,const UI_METHOD * ui_method,void * ui_data,const char * uri,int * matchcount) file_try_read_PVK() argument
1500 file_load(OSSL_STORE_LOADER_CTX * ctx,const UI_METHOD * ui_method,void * ui_data) file_load() argument
[all...]
H A De_ossltest.c380 UI_METHOD *ui_method, void *ui_data) in load_key()
402 UI_METHOD *ui_method, void *ui_data) in ossltest_load_privkey()
404 return load_key(eng, key_id, 0, ui_method, ui_data);
408 UI_METHOD *ui_method, void *ui_data) in ossltest_load_pubkey()
410 return load_key(eng, key_id, 1, ui_method, ui_data);
378 load_key(ENGINE * eng,const char * key_id,int pub,UI_METHOD * ui_method,void * ui_data) load_key() argument
400 ossltest_load_privkey(ENGINE * eng,const char * key_id,UI_METHOD * ui_method,void * ui_data) ossltest_load_privkey() argument
406 ossltest_load_pubkey(ENGINE * eng,const char * key_id,UI_METHOD * ui_method,void * ui_data) ossltest_load_pubkey() argument
/freebsd/crypto/openssl/crypto/
H A Dpassphrase.c80 const UI_METHOD *ui_method, void *ui_data) in ossl_pw_set_ui_method()
89 data->_.ui_method.ui_method_data = ui_data; in ossl_pw_set_ui_method()
116 const UI_METHOD *ui_method, void *ui_data) in do_ui_passphrase()
135 if (ui_data != NULL) in do_ui_passphrase()
136 UI_add_user_data(ui, ui_data); in do_ui_passphrase()
213 void *ui_data = NULL; in ossl_pw_get_passphrase() local
263 ui_data = data->_.pem_password.password_cbarg; in ossl_pw_get_passphrase()
271 ui_data = data->_.ui_method.ui_method_data; in ossl_pw_get_passphrase()
281 ui_method, ui_data); in ossl_pw_get_passphrase()
81 ossl_pw_set_ui_method(struct ossl_passphrase_data_st * data,const UI_METHOD * ui_method,void * ui_data) ossl_pw_set_ui_method() argument
118 do_ui_passphrase(char * pass,size_t pass_size,size_t * pass_len,const char * prompt_info,int verify,const UI_METHOD * ui_method,void * ui_data) do_ui_passphrase() argument
/freebsd/crypto/openssl/apps/lib/
H A Dengine_loader.c68 void *ui_data) in engine_open() argument
116 const UI_METHOD *ui_method, void *ui_data) in engine_load() argument
126 (UI_METHOD *)ui_method, ui_data); in engine_load()
130 (UI_METHOD *)ui_method, ui_data); in engine_load()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c65 const UI_METHOD *ui_method, void *ui_data, in OSSL_STORE_open_ex()
113 && (!ossl_pw_set_ui_method(&pwdata, ui_method, ui_data) in OSSL_STORE_open_ex()
137 ui_method, ui_data); in OSSL_STORE_open_ex()
139 loader_ctx = loader->open(loader, uri, ui_method, ui_data); in OSSL_STORE_open_ex()
241 const UI_METHOD *ui_method, void *ui_data, in OSSL_STORE_open()
245 return OSSL_STORE_open_ex(uri, NULL, NULL, ui_method, ui_data, NULL, in OSSL_STORE_open()
493 const UI_METHOD *ui_method, void *ui_data, in OSSL_STORE_delete()
508 && (!ossl_pw_set_ui_method(&pwdata, ui_method, ui_data) in OSSL_STORE_delete()
1026 const UI_METHOD *ui_method, void *ui_data, in OSSL_STORE_attach() argument
1044 ui_method, ui_data); in OSSL_STORE_attach()
64 OSSL_STORE_open_ex(const char * uri,OSSL_LIB_CTX * libctx,const char * propq,const UI_METHOD * ui_method,void * ui_data,const OSSL_PARAM params[],OSSL_STORE_post_process_info_fn post_process,void * post_process_data) OSSL_STORE_open_ex() argument
239 OSSL_STORE_open(const char * uri,const UI_METHOD * ui_method,void * ui_data,OSSL_STORE_post_process_info_fn post_process,void * post_process_data) OSSL_STORE_open() argument
492 OSSL_STORE_delete(const char * uri,OSSL_LIB_CTX * libctx,const char * propq,const UI_METHOD * ui_method,void * ui_data,const OSSL_PARAM params[]) OSSL_STORE_delete() argument
[all...]
/freebsd/crypto/openssl/crypto/ui/
H A Dui_local.h41 * Duplicate the ui_data that often comes alongside a ui_method. This
44 void *(*ui_duplicate_data)(UI *ui, void *ui_data);
45 void (*ui_destroy_data)(UI *ui, void *ui_data);
H A Dui_lib.c690 void *(*duplicator)(UI *ui, void *ui_data), in UI_method_set_data_duplicator() argument
691 void (*destructor)(UI *ui, void *ui_data)) in UI_method_set_data_duplicator()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod21 void *ui_data,
26 const UI_METHOD *ui_method, void *ui_data,
34 const UI_METHOD *ui_method, void *ui_data,
67 I<ui_method> with associated data I<ui_data>, and post processing
72 The given I<ui_method> and I<ui_data> will be reused by all
H A DOSSL_STORE_attach.pod13 const UI_METHOD *ui_method, void *ui_data,
H A DOSSL_STORE_LOADER.pod69 const char *uri, const UI_METHOD *ui_method, void *ui_data);
73 const char *uri, const UI_METHOD *ui_method, void *ui_data);
80 const UI_METHOD *ui_method, void *ui_data);
96 void *ui_data);
H A DUI_create_method.pod32 void *(*duplicator) (UI *ui, void *ui_data),
33 void (*destructor)(UI *ui, void *ui_data));
H A DOSSL_ENCODER_CTX_new_for_pkey.pod33 void *ui_data);
H A DOSSL_DECODER_CTX_new_for_pkey.pod31 void *ui_data);
/freebsd/crypto/openssl/include/internal/
H A Dpassphrase.h98 const UI_METHOD *ui_method, void *ui_data);
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_pkey.c49 void *ui_data) in OSSL_ENCODER_CTX_set_passphrase_ui()
51 return ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data); in OSSL_ENCODER_CTX_set_passphrase_ui() argument
H A Ddecoder_pkey.c35 void *ui_data) in OSSL_DECODER_CTX_set_passphrase_ui() argument
37 return ossl_pw_set_ui_method(&ctx->pwdata, ui_method, ui_data); in OSSL_DECODER_CTX_set_passphrase_ui()