Home
last modified time | relevance | path

Searched refs:export_cbarg (Results 1 – 16 of 16) sorted by relevance

/openssl/crypto/evp/
H A Dpmeth_gn.c425 void *export_cbarg; member
434 return data->export_cb(params, data->export_cbarg); in pkey_fake_import()
439 OSSL_CALLBACK *export_cb, void *export_cbarg) in EVP_PKEY_export() argument
450 data.export_cbarg = export_cbarg; in EVP_PKEY_export()
460 return evp_keymgmt_util_export(pkey, selection, export_cb, export_cbarg); in EVP_PKEY_export()
H A Dkeymgmt_lib.c88 OSSL_CALLBACK *export_cb, void *export_cbarg) in evp_keymgmt_util_export() argument
93 export_cb, export_cbarg); in evp_keymgmt_util_export()
/openssl/doc/man3/
H A DEVP_PKEY_todata.pod14 OSSL_CALLBACK *export_cb, void *export_cbarg);
27 I<export_cb> that gets passed the value of I<export_cbarg>.
H A DOSSL_DECODER_CTX.pod82 OSSL_CALLBACK *export_cb, void *export_cbarg);
/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c212 OSSL_CALLBACK *export_cb, void *export_cbarg) in pvk2key_export_object() argument
227 return export(keydata, selection, export_cb, export_cbarg); in pvk2key_export_object()
H A Ddecode_msblob2key.c216 OSSL_CALLBACK *export_cb, void *export_cbarg) in msblob2key_export_object() argument
231 return export(keydata, selection, export_cb, export_cbarg); in msblob2key_export_object()
H A Ddecode_der2key.c337 OSSL_CALLBACK *export_cb, void *export_cbarg) in der2key_export_object() argument
352 return export(keydata, selection, export_cb, export_cbarg); in der2key_export_object()
/openssl/include/openssl/
H A Ddecoder.h110 OSSL_CALLBACK *export_cb, void *export_cbarg);
H A Dcore_dispatch.h938 OSSL_CALLBACK *export_cb, void *export_cbarg))
976 OSSL_CALLBACK *export_cb, void *export_cbarg))
H A Devp.h1955 OSSL_CALLBACK *export_cb, void *export_cbarg);
/openssl/crypto/encode_decode/
H A Ddecoder_lib.c658 OSSL_CALLBACK *export_cb, void *export_cbarg) in OSSL_DECODER_export() argument
666 && ossl_assert(export_cbarg != NULL))) { in OSSL_DECODER_export()
674 export_cb, export_cbarg); in OSSL_DECODER_export()
/openssl/doc/man7/
H A Dprovider-storemgmt.pod29 OSSL_CALLBACK *export_cb, void *export_cbarg);
125 I<export_cb> as well as the given I<export_cbarg>.
H A Dprovider-decoder.pod40 void *export_cbarg);
221 I<export_cb> as well as the given I<export_cbarg>.
/openssl/doc/internal/man3/
H A Devp_keymgmt_util_export_to_provider.pod22 OSSL_CALLBACK *export_cb, void *export_cbarg);
/openssl/include/crypto/
H A Devp.h790 OSSL_CALLBACK *export_cb, void *export_cbarg);
/openssl/test/
H A Dtls-provider.c2448 OSSL_CALLBACK *export_cb, void *export_cbarg) in der2key_export_object() argument
2459 return export(keydata, ctx->selection, export_cb, export_cbarg); in der2key_export_object()

Completed in 118 milliseconds