Home
last modified time | relevance | path

Searched refs:object_cb (Results 1 – 6 of 6) sorted by relevance

/openssl/providers/implementations/storemgmt/
H A Dwinstore_store.c166 OSSL_CALLBACK *object_cb; member
174 return data->object_cb(params, data->object_cbarg); in load_construct()
258 OSSL_CALLBACK *object_cb, void *object_cbarg, in winstore_load_using() argument
269 data.object_cb = object_cb; in winstore_load_using()
282 OSSL_CALLBACK *object_cb, void *object_cbarg, in winstore_load() argument
291 ret = winstore_load_using(ctx, object_cb, object_cbarg, pw_cb, pw_cbarg, in winstore_load()
H A Dfile_store.c382 OSSL_CALLBACK *object_cb; member
407 return data->object_cb(params, data->object_cbarg); in file_load_construct()
512 OSSL_CALLBACK *object_cb, void *object_cbarg, in file_load_file() argument
525 data.object_cb = object_cb; in file_load_file()
633 OSSL_CALLBACK *object_cb, void *object_cbarg, in file_load_dir_entry() argument
681 ok = object_cb(object, object_cbarg); in file_load_dir_entry()
692 OSSL_CALLBACK *object_cb, void *object_cbarg, in file_load() argument
699 return file_load_file(ctx, object_cb, object_cbarg, pw_cb, pw_cbarg); in file_load()
702 file_load_dir_entry(ctx, object_cb, object_cbarg, pw_cb, pw_cbarg); in file_load()
/openssl/test/
H A Dprovfetchtest.c20 OSSL_CALLBACK *object_cb, void *object_cbarg, in dummy_decoder_decode() argument
59 static int dummy_store_load(void *loaderctx, OSSL_CALLBACK *object_cb, in dummy_store_load() argument
H A Dfake_rsaprov.c612 OSSL_CALLBACK *object_cb, void *object_cbarg, in fake_rsa_st_load() argument
643 rv = object_cb(params, object_cbarg); in fake_rsa_st_load()
/openssl/doc/man7/
H A Dprovider-storemgmt.pod22 OSSL_CALLBACK *object_cb, void *object_cbarg,
106 L<provider-object(7)>), and calls I<object_cb> with it as well as
107 I<object_cbarg>. I<object_cb> will then interpret the object abstraction
/openssl/include/openssl/
H A Dcore_dispatch.h1006 OSSL_CALLBACK *object_cb, void *object_cbarg,

Completed in 15 milliseconds