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.c165 OSSL_CALLBACK *object_cb; member
173 return data->object_cb(params, data->object_cbarg); in load_construct()
257 OSSL_CALLBACK *object_cb, void *object_cbarg, in winstore_load_using() argument
268 data.object_cb = object_cb; in winstore_load_using()
281 OSSL_CALLBACK *object_cb, void *object_cbarg, in winstore_load() argument
290 ret = winstore_load_using(ctx, object_cb, object_cbarg, pw_cb, pw_cbarg, in winstore_load()
H A Dfile_store.c381 OSSL_CALLBACK *object_cb; member
406 return data->object_cb(params, data->object_cbarg); in file_load_construct()
511 OSSL_CALLBACK *object_cb, void *object_cbarg, in file_load_file() argument
524 data.object_cb = object_cb; in file_load_file()
632 OSSL_CALLBACK *object_cb, void *object_cbarg, in file_load_dir_entry() argument
680 ok = object_cb(object, object_cbarg); in file_load_dir_entry()
691 OSSL_CALLBACK *object_cb, void *object_cbarg, in file_load() argument
698 return file_load_file(ctx, object_cb, object_cbarg, pw_cb, pw_cbarg); in file_load()
701 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.h1004 OSSL_CALLBACK *object_cb, void *object_cbarg,

Completed in 30 milliseconds