Searched refs:import (Results 1 – 20 of 20) sorted by relevance
/openssl-master/crypto/evp/ |
A D | keymgmt_meth.c | 149 if (keymgmt->import == NULL) { in keymgmt_from_algorithm() 151 keymgmt->import = OSSL_FUNC_keymgmt_import(fns); in keymgmt_from_algorithm() 459 if (keymgmt->import == NULL) in evp_keymgmt_import() 461 return keymgmt->import(keydata, selection, params); in evp_keymgmt_import()
|
A D | evp_local.h | 128 OSSL_FUNC_keymgmt_import_fn *import; member
|
A D | p_lib.c | 1899 if (!pk->ameth->export_to(pk, keydata, tmp_keymgmt->import, in evp_pkey_export_to_provider()
|
/openssl-master/util/ |
A D | wrap.pl.in | 18 OpenSSL::Util->import();
|
/openssl-master/doc/internal/man3/ |
A D | evp_keymgmt_newdata.pod | 56 evp_keymgmt_import() calls the method's import() function.
|
/openssl-master/Configurations/ |
A D | windows-makefile.tmpl | 883 # Also, note that even though the import library built here looks like 903 my $import = platform->sharedlib_import($lib); 908 ? "$target{ld_implib_flag}$import" 911 # The import library may look like a static library, but it is not. 912 # We MUST make the import library depend on the DLL, in case someone 914 $import: $dll 919 cmd /C "\$(LD) \$(LDFLAGS) \$(LIB_LDFLAGS) @<< $implib_flag || (DEL /Q \$(\@B).* $import & EXIT 1)"
|
A D | unix-Makefile.tmpl | 1724 # $import is for Windows and subsystems thereof, where static import 1726 # $import has the name of this import library. On platforms that don't 1727 # have this mechanism, $import will be |undef|. 1728 my $import = platform->sharedlib_import($args{lib}); 1740 $shared_imp .= ' '.$target{shared_impflag}.basename($import) 1741 if defined $target{shared_impflag} && defined $import; 1787 if (defined $import) { 1789 $import: $full
|
A D | README-design.md | 505 supporting files are needed (such as import
|
A D | README.md | 583 supporting files are needed (such as import
|
/openssl-master/doc/man7/ |
A D | provider-encoder.pod | 38 /* Functions to import and free a temporary object to be encoded */ 229 implementation should be able to import that array and create a suitable 232 OSSL_FUNC_encoder_import_object() should import the subset of I<params>
|
A D | provider-decoder.pod | 65 a provider-native object referenced by an object reference. To import 217 supports the type of the object and provides an import function.
|
A D | provider-keymgmt.pod | 48 /* Key object import and export functions */ 326 OSSL_FUNC_keymgmt_import() should import data indicated by I<selection> into
|
A D | migration_guide.pod | 367 possible to import an SM2 key with domain parameters other than the SM2 elliptic
|
/openssl-master/doc/man3/ |
A D | SSL_CTX_set_session_id_context.pod | 28 to re-import a session generated from another context (e.g. another
|
A D | EVP_KEYMGMT.pod | 49 This method object provides functionality to have providers import key
|
A D | SSL_CTX_set0_CA_list.pod | 142 L<SSL_load_client_CA_file(3)> function can be used to help to import the
|
/openssl-master/ |
A D | LICENSE.txt | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
A D | INSTALL.md | 1709 with import libraries `libcrypto.dll.a` and `libssl.dll.a`. 1715 With MSVC, the import libraries are named `libcrypto.lib` and `libssl.lib`,
|
A D | CHANGES.md | 15551 password on export: but it will try both on import. We now do
|
/openssl-master/crypto/err/ |
A D | openssl.txt | 710 EVP_R_NO_IMPORT_FUNCTION:206:no import function
|
Completed in 56 milliseconds