Home
last modified time | relevance | path

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

123

/openssl/
H A D.gitattributes7 fuzz/corpora/** export-ignore
8 Configurations/*.norelease.conf export-ignore
11 .* export-ignore
12 .ctags.d !export-ignore
13 util/mktar.sh export-ignore
14 krb5 export-ignore
15 pyca-cryptography export-ignore
16 dev export-ignore
17 gost-engine export-ignore
H 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
/openssl/doc/man1/
H A Dopenssl-pkcs12.pod.in46 PKCS#12 output (export) options:
48 [B<-export>]
116 With B<-export>, B<-password> is equivalent to B<-passout>,
170 Without the B<-export> option this must be PKCS#12 file to be parsed.
171 For use with the B<-export> option
172 see the L</PKCS#12 output (export) options> section.
230 =head2 PKCS#12 output (export) options
234 =item B<-export>
266 if the B<-export> option is given.
411 for PKCS#12 file creation B<-export> and B<-name> are also used.
[all …]
/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c215 OSSL_FUNC_keymgmt_export_fn *export = in pvk2key_export_object() local
219 if (reference_sz == sizeof(keydata) && export != NULL) { in pvk2key_export_object()
227 return export(keydata, selection, export_cb, export_cbarg); in pvk2key_export_object()
H A Ddecode_msblob2key.c219 OSSL_FUNC_keymgmt_export_fn *export = in msblob2key_export_object() local
223 if (reference_sz == sizeof(keydata) && export != NULL) { in msblob2key_export_object()
231 return export(keydata, selection, export_cb, export_cbarg); in msblob2key_export_object()
H A Ddecode_der2key.c353 OSSL_FUNC_keymgmt_export_fn *export = in der2key_export_object() local
357 if (reference_sz == sizeof(keydata) && export != NULL) { in der2key_export_object()
365 return export(keydata, selection, export_cb, export_cbarg); in der2key_export_object()
/openssl/engines/
H 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/doc/internal/man7/
H 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/crypto/evp/
H A Dkeymgmt_meth.c204 if (keymgmt->export == NULL) { in keymgmt_from_algorithm()
206 keymgmt->export = OSSL_FUNC_keymgmt_export(fns); in keymgmt_from_algorithm()
550 if (keymgmt->export == NULL) in evp_keymgmt_export()
552 return keymgmt->export(keydata, selection, param_cb, cbarg); in evp_keymgmt_export()
/openssl/crypto/md2/
H A Dbuild.info5 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl/crypto/md4/
H A Dbuild.info5 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl/crypto/mdc2/
H A Dbuild.info5 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl/crypto/seed/
H A Dbuild.info6 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl/crypto/idea/
H A Dbuild.info6 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl/crypto/rc2/
H A Dbuild.info7 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl/crypto/bf/
H A Dbuild.info18 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl/crypto/cast/
H A Dbuild.info19 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl/crypto/rc5/
H A Dbuild.info19 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl/crypto/ripemd/
H A Dbuild.info21 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl/doc/man3/
H 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/crypto/whrlpool/
H A Dbuild.info23 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl/doc/internal/man3/
H A Devp_keymgmt_util_export_to_provider.pod47 To export a legacy key, use L<evp_pkey_export_to_provider(3)> instead,
70 constraint the information requested on export. It is also used in the cache
/openssl/crypto/rc4/
H A Dbuild.info22 # When all deprecated symbols are removed, libcrypto doesn't export the
/openssl/test/
H A Dhpke_test.c94 const TEST_EXPORTDATA *export, size_t exportsz) in do_testhpke() argument
213 size_t len = export[i].expected_secretlen; in do_testhpke()
220 export[i].context, -1))) in do_testhpke()
224 export[i].context, in do_testhpke()
225 export[i].contextlen))) in do_testhpke()
227 if (!TEST_mem_eq(eval, len, export[i].expected_secret, in do_testhpke()
228 export[i].expected_secretlen)) in do_testhpke()
/openssl/crypto/des/
H A Dbuild.info33 # When all deprecated symbols are removed, libcrypto doesn't export the

Completed in 42 milliseconds

123