Home
last modified time | relevance | path

Searched refs:export_cb (Results 1 – 17 of 17) sorted by relevance

/openssl/crypto/evp/
H A Dpmeth_gn.c424 OSSL_CALLBACK *export_cb; 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
449 data.export_cb = export_cb; 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
90 if (pk == NULL || export_cb == NULL) in evp_keymgmt_util_export()
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);
167 creating an L<OSSL_PARAM(3)> array that it then passes to I<export_cb>,
/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/test/
H A Dkeymgmt_internal_test.c101 static int export_cb(const OSSL_PARAM *params, void *arg) in export_cb() function
240 &export_cb, keydata))) in test_pass_rsa()
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()
/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
665 && ossl_assert(export_cb != 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.pod39 OSSL_CALLBACK *export_cb,
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);

Completed in 67 milliseconds