Home
last modified time | relevance | path

Searched refs:export (Results 1 – 25 of 50) sorted by relevance

12

/openssl-master/doc/man1/
A Dopenssl-pkcs12.pod.in46 PKCS#12 output (export) options:
48 [B<-export>]
112 With B<-export>, B<-password> is equivalent to B<-passout>,
166 Without the B<-export> option this must be PKCS#12 file to be parsed.
167 For use with the B<-export> option
168 see the L</PKCS#12 output (export) options> section.
226 =head2 PKCS#12 output (export) options
230 =item B<-export>
262 if the B<-export> option is given.
383 for PKCS#12 file creation B<-export> and B<-name> are also used.
[all …]
/openssl-master/providers/implementations/encode_decode/
A Ddecode_pvk2key.c174 OSSL_FUNC_keymgmt_export_fn *export = in pvk2key_export_object() local
178 if (reference_sz == sizeof(keydata) && export != NULL) { in pvk2key_export_object()
182 return export(keydata, ctx->selection, export_cb, export_cbarg); in pvk2key_export_object()
A Ddecode_msblob2key.c206 OSSL_FUNC_keymgmt_export_fn *export = in msblob2key_export_object() local
210 if (reference_sz == sizeof(keydata) && export != NULL) { in msblob2key_export_object()
214 return export(keydata, ctx->selection, export_cb, export_cbarg); in msblob2key_export_object()
A Ddecode_der2key.c301 OSSL_FUNC_keymgmt_export_fn *export = in der2key_export_object() local
305 if (reference_sz == sizeof(keydata) && export != NULL) { in der2key_export_object()
309 return export(keydata, ctx->selection, export_cb, export_cbarg); in der2key_export_object()
/openssl-master/engines/
A De_capi.txt34 CAPI_R_PUBKEY_EXPORT_ERROR:123:pubkey export error
35 CAPI_R_PUBKEY_EXPORT_LENGTH_ERROR:124:pubkey export length error
/openssl-master/doc/internal/man7/
A DEVP_PKEY.pod116 perform such an export, so it maintains a cache of such exports in the
125 The export to the operation key cache can be performed independent of
152 dirty count, which is maintained by the export function.
154 If the dirty count has changed, the export cache is cleared.
158 Check if there's an entry in the export cache with the same
159 L<EVP_KEYMGMT(3)> that's the same provider that an export is to be
164 L<EVP_KEYMGMT(3)> found in that export cache entry will be used for
/openssl-master/crypto/evp/
A Dkeymgmt_meth.c161 if (keymgmt->export == NULL) { in keymgmt_from_algorithm()
163 keymgmt->export = OSSL_FUNC_keymgmt_export(fns); in keymgmt_from_algorithm()
475 if (keymgmt->export == NULL) in evp_keymgmt_export()
477 return keymgmt->export(keydata, selection, param_cb, cbarg); in evp_keymgmt_export()
/openssl-master/crypto/md4/
A Dbuild.info5 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/crypto/mdc2/
A Dbuild.info5 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/crypto/md2/
A Dbuild.info5 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/crypto/rc2/
A Dbuild.info7 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/crypto/seed/
A Dbuild.info6 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/crypto/idea/
A Dbuild.info6 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/crypto/bf/
A Dbuild.info18 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/crypto/rc5/
A Dbuild.info19 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/crypto/cast/
A Dbuild.info19 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/crypto/ripemd/
A Dbuild.info21 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/crypto/whrlpool/
A Dbuild.info23 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/doc/man3/
A DSSL_CTX_set_tmp_dh_callback.pod97 arguments to control parameter generation for export and non-export
98 cipher suites. Modern OpenSSL does not support export ciphersuites and so these
/openssl-master/crypto/rc4/
A Dbuild.info22 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/crypto/des/
A Dbuild.info32 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl-master/
A DNOTES-ANDROID.md40 export ANDROID_NDK_ROOT=/home/whoever/Android/android-sdk/ndk/20.0.5594570
49 export ANDROID_NDK_ROOT=/some/where/android-ndk-10d
A DNOTES-NONSTOP.md96 export PATH=/cygdrive/c/Program\ Files\ \(x86\)/HPE\ NonStop/L16.05/usr/bin:$PATH
101 export COMP_ROOT="C:\Program Files (x86)\HPE NonStop\L16.05"
184 export OPENSSL_VPROC=${OPENSSL_VPROC_PREFIX}_$(
/openssl-master/doc/man7/
A Dprovider-decoder.pod36 /* Functions to export a decoded object */
215 for direct use with a foreign provider. The export function allows for
219 OSSL_FUNC_decoder_export_object() should export the object of size I<objref_sz>
/openssl-master/doc/internal/man3/
A Devp_keymgmt_newdata.pod60 evp_keymgmt_export() calls the method's export() function.

Completed in 20 milliseconds

12