Home
last modified time | relevance | path

Searched refs:import (Results 1 – 20 of 20) sorted by relevance

/openssl-master/crypto/evp/
A Dkeymgmt_meth.c149 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 Devp_local.h128 OSSL_FUNC_keymgmt_import_fn *import; member
A Dp_lib.c1899 if (!pk->ameth->export_to(pk, keydata, tmp_keymgmt->import, in evp_pkey_export_to_provider()
/openssl-master/util/
A Dwrap.pl.in18 OpenSSL::Util->import();
/openssl-master/doc/internal/man3/
A Devp_keymgmt_newdata.pod56 evp_keymgmt_import() calls the method's import() function.
/openssl-master/Configurations/
A Dwindows-makefile.tmpl883 # 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 Dunix-Makefile.tmpl1724 # $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 DREADME-design.md505 supporting files are needed (such as import
A DREADME.md583 supporting files are needed (such as import
/openssl-master/doc/man7/
A Dprovider-encoder.pod38 /* 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 Dprovider-decoder.pod65 a provider-native object referenced by an object reference. To import
217 supports the type of the object and provides an import function.
A Dprovider-keymgmt.pod48 /* Key object import and export functions */
326 OSSL_FUNC_keymgmt_import() should import data indicated by I<selection> into
A Dmigration_guide.pod367 possible to import an SM2 key with domain parameters other than the SM2 elliptic
/openssl-master/doc/man3/
A DSSL_CTX_set_session_id_context.pod28 to re-import a session generated from another context (e.g. another
A DEVP_KEYMGMT.pod49 This method object provides functionality to have providers import key
A DSSL_CTX_set0_CA_list.pod142 L<SSL_load_client_CA_file(3)> function can be used to help to import the
/openssl-master/
A DLICENSE.txt78 use, offer to sell, sell, import, and otherwise transfer the Work,
A DINSTALL.md1709 with import libraries `libcrypto.dll.a` and `libssl.dll.a`.
1715 With MSVC, the import libraries are named `libcrypto.lib` and `libssl.lib`,
A DCHANGES.md15551 password on export: but it will try both on import. We now do
/openssl-master/crypto/err/
A Dopenssl.txt710 EVP_R_NO_IMPORT_FUNCTION:206:no import function

Completed in 56 milliseconds