Changeset 97372 in vbox for trunk/src/libs/openssl-3.0.7/include/crypto/evp.h
- Timestamp:
- Nov 2, 2022 7:40:16 AM (2 years ago)
- Location:
- trunk/src/libs/openssl-3.0.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.7
- Property svn:mergeinfo
-
old new 15 15 /vendor/openssl/3.0.2:150728-150729 16 16 /vendor/openssl/3.0.3:151497-151729 17 /vendor/openssl/current:147554-151496 17 /vendor/openssl/3.0.7:154371 18 /vendor/openssl/current:147554-154370
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.7/include/crypto/evp.h
r94404 r97372 366 366 } 367 367 368 #define EVP_MAXCHUNK ((size_t)1 <<(sizeof(long)*8-2))368 #define EVP_MAXCHUNK ((size_t)1 << 30) 369 369 370 370 #define BLOCK_CIPHER_func_ofb(cname, cprefix, cbits, kstruct, ksched) \ … … 839 839 void *evp_keymgmt_dup(const EVP_KEYMGMT *keymgmt, 840 840 const void *keydata_from, int selection); 841 EVP_KEYMGMT *evp_keymgmt_fetch_from_prov(OSSL_PROVIDER *prov, 842 const char *name, 843 const char *properties); 841 844 842 845 /* Pulling defines out of C source files */ … … 894 897 # endif /* !defined(FIPS_MODULE) */ 895 898 896 int evp_method_store_flush(OSSL_LIB_CTX *libctx); 899 int evp_method_store_cache_flush(OSSL_LIB_CTX *libctx); 900 int evp_method_store_remove_all_provided(const OSSL_PROVIDER *prov); 901 897 902 int evp_default_properties_enable_fips_int(OSSL_LIB_CTX *libctx, int enable, 898 903 int loadconfig);
Note:
See TracChangeset
for help on using the changeset viewer.