Searched refs:import (Results 1 – 23 of 23) sorted by relevance
/openssl/crypto/evp/ |
H A D | keymgmt_meth.c | 182 if (keymgmt->import == NULL) { in keymgmt_from_algorithm() 184 keymgmt->import = OSSL_FUNC_keymgmt_import(fns); in keymgmt_from_algorithm() 530 if (keymgmt->import == NULL) in evp_keymgmt_import() 532 return keymgmt->import(keydata, selection, params); in evp_keymgmt_import()
|
H A D | evp_local.h | 132 OSSL_FUNC_keymgmt_import_fn *import; member
|
H A D | p_lib.c | 1943 if (!pk->ameth->export_to(pk, keydata, tmp_keymgmt->import, in evp_pkey_export_to_provider()
|
/openssl/util/ |
H A D | wrap.pl.in | 18 OpenSSL::Util->import();
|
/openssl/Configurations/ |
H A D | unix-Makefile.tmpl | 16 # libcrypto.so as a link-import library that inserts runtime 1800 # $import is for Windows and subsystems thereof, where static import 1802 # $import has the name of this import library. On platforms that don't 1803 # have this mechanism, $import will be |undef|. 1806 my $import = platform->sharedlib_import($args{lib}); 1865 if (defined $import) { 1868 $import: $full $defs[0] 1869 rm -f $import && \\ 1870 echo \\#!$full > $import && \\ 1871 cat $defs[0] >>$import [all …]
|
H A D | windows-makefile.tmpl | 928 # Also, note that even though the import library built here looks like 948 my $import = platform->sharedlib_import($lib); 953 ? "$target{ld_implib_flag}$import" 956 # The import library may look like a static library, but it is not. 957 # We MUST make the import library depend on the DLL, in case someone 959 $import: $dll 964 cmd /C "\$(LD) \$(LDFLAGS) \$(LIB_LDFLAGS) @<< $implib_flag || (DEL /Q \$(\@B).* $import & EXIT 1)"
|
H A D | README-design.md | 505 supporting files are needed (such as import
|
H A D | README.md | 596 supporting files are needed (such as import
|
/openssl/doc/internal/man3/ |
H A D | evp_keymgmt_newdata.pod | 56 evp_keymgmt_import() calls the method's import() function.
|
/openssl/exporters/cmake/ |
H A D | OpenSSLConfig.cmake.in | 89 # Set up the import path, so all other import paths are made relative this file
|
/openssl/doc/man7/ |
H 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>
|
H 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.
|
H A D | provider-storemgmt.pod | 121 supports the type of the object and provides an import function.
|
H A D | provider-keymgmt.pod | 51 /* Key object import and export functions */ 342 OSSL_FUNC_keymgmt_import() should import data indicated by I<selection> into
|
H A D | ossl-guide-migration.pod | 429 possible to import an SM2 key with domain parameters other than the SM2 elliptic
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_session_id_context.pod | 28 to re-import a session generated from another context (e.g. another
|
H A D | EVP_KEYMGMT.pod | 51 This method object provides functionality to have providers import key
|
H 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/ |
H A D | LICENSE.txt | 78 use, offer to sell, sell, import, and otherwise transfer the Work,
|
H A D | INSTALL.md | 1940 with import libraries `libcrypto.dll.a` and `libssl.dll.a`. 1946 With MSVC, the import libraries are named `libcrypto.lib` and `libssl.lib`,
|
H A D | CHANGES.md | 17490 password on export: but it will try both on import. We now do
|
/openssl/doc/designs/quic-design/ |
H A D | dgram-api.md | 356 For send/receive addresses, we import the `BIO_(set|get)_dgram_(origin|dest)`
|
/openssl/crypto/err/ |
H A D | openssl.txt | 775 EVP_R_NO_IMPORT_FUNCTION:206:no import function
|
Completed in 106 milliseconds