/openssl/ |
H A D | .gitattributes | 7 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 D | NOTES-ANDROID.md | 40 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 D | openssl-pkcs12.pod.in | 46 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 D | decode_pvk2key.c | 215 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 D | decode_msblob2key.c | 219 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 D | decode_der2key.c | 353 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 D | e_capi.txt | 34 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 D | EVP_PKEY.pod | 116 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 D | keymgmt_meth.c | 204 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 D | build.info | 5 # When all deprecated symbols are removed, libcrypto doesn't export the
|
/openssl/crypto/md4/ |
H A D | build.info | 5 # When all deprecated symbols are removed, libcrypto doesn't export the
|
/openssl/crypto/mdc2/ |
H A D | build.info | 5 # When all deprecated symbols are removed, libcrypto doesn't export the
|
/openssl/crypto/seed/ |
H A D | build.info | 6 # When all deprecated symbols are removed, libcrypto doesn't export the
|
/openssl/crypto/idea/ |
H A D | build.info | 6 # When all deprecated symbols are removed, libcrypto doesn't export the
|
/openssl/crypto/rc2/ |
H A D | build.info | 7 # When all deprecated symbols are removed, libcrypto doesn't export the
|
/openssl/crypto/bf/ |
H A D | build.info | 18 # When all deprecated symbols are removed, libcrypto doesn't export the
|
/openssl/crypto/cast/ |
H A D | build.info | 19 # When all deprecated symbols are removed, libcrypto doesn't export the
|
/openssl/crypto/rc5/ |
H A D | build.info | 19 # When all deprecated symbols are removed, libcrypto doesn't export the
|
/openssl/crypto/ripemd/ |
H A D | build.info | 21 # When all deprecated symbols are removed, libcrypto doesn't export the
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_tmp_dh_callback.pod | 97 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 D | build.info | 23 # When all deprecated symbols are removed, libcrypto doesn't export the
|
/openssl/doc/internal/man3/ |
H A D | evp_keymgmt_util_export_to_provider.pod | 47 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 D | build.info | 22 # When all deprecated symbols are removed, libcrypto doesn't export the
|
/openssl/test/ |
H A D | hpke_test.c | 94 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 D | build.info | 33 # When all deprecated symbols are removed, libcrypto doesn't export the
|