sl@0: /* sl@0: Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. sl@0: sl@0: Redistribution and use in source and binary forms, with or without sl@0: modification, are permitted provided that the following conditions are met: sl@0: sl@0: * Redistributions of source code must retain the above copyright notice, this sl@0: list of conditions and the following disclaimer. sl@0: * Redistributions in binary form must reproduce the above copyright notice, sl@0: this list of conditions and the following disclaimer in the documentation sl@0: and/or other materials provided with the distribution. sl@0: * Neither the name of Nokia Corporation nor the names of its contributors sl@0: may be used to endorse or promote products derived from this software sl@0: without specific prior written permission. sl@0: sl@0: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" sl@0: AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE sl@0: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE sl@0: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE sl@0: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL sl@0: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR sl@0: SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER sl@0: CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, sl@0: OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE sl@0: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. sl@0: sl@0: Description: sl@0: */ sl@0: sl@0: #ifndef _LIBCRYPTO_WSD_H sl@0: #define _LIBCRYPTO_WSD_H sl@0: sl@0: #include <_ansi.h> sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include "cryptlib.h" sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include "eng_int.h" sl@0: #include "rand_lcl.h" sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include sl@0: #include "str_locl.h" sl@0: #include "ui_locl.h" sl@0: #include sl@0: sl@0: #ifdef EMULATOR sl@0: #define BN_NIST_256_TOP (256+BN_BITS2-1)/BN_BITS2 sl@0: #define BN_NIST_384_TOP (384+BN_BITS2-1)/BN_BITS2 sl@0: sl@0: # define Z_CALLCONV sl@0: sl@0: typedef int (Z_CALLCONV *compress_ft)(Bytef *dest,uLongf *destLen, sl@0: const Bytef *source, uLong sourceLen); sl@0: typedef int (Z_CALLCONV *inflateEnd_ft)(z_streamp strm); sl@0: typedef int (Z_CALLCONV *inflate_ft)(z_streamp strm, int flush); sl@0: typedef int (Z_CALLCONV *inflateInit__ft)(z_streamp strm, sl@0: const char * version, int stream_size); sl@0: typedef int (Z_CALLCONV *deflateEnd_ft)(z_streamp strm); sl@0: typedef int (Z_CALLCONV *deflate_ft)(z_streamp strm, int flush); sl@0: typedef int (Z_CALLCONV *deflateInit__ft)(z_streamp strm, int level, sl@0: const char * version, int stream_size); sl@0: sl@0: /* What an "implementation of ex_data functionality" looks like */ sl@0: struct st_CRYPTO_EX_DATA_IMPL sl@0: { sl@0: /*********************/ sl@0: /* GLOBAL OPERATIONS */ sl@0: /* Return a new class index */ sl@0: int (*cb_new_class)(void); sl@0: /* Cleanup all state used by the implementation */ sl@0: void (*cb_cleanup)(void); sl@0: /************************/ sl@0: /* PER-CLASS OPERATIONS */ sl@0: /* Get a new method index within a class */ sl@0: int (*cb_get_new_index)(int class_index, long argl, void *argp, sl@0: CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, sl@0: CRYPTO_EX_free *free_func); sl@0: /* Initialise a new CRYPTO_EX_DATA of a given class */ sl@0: int (*cb_new_ex_data)(int class_index, void *obj, sl@0: CRYPTO_EX_DATA *ad); sl@0: /* Duplicate a CRYPTO_EX_DATA of a given class onto a copy */ sl@0: int (*cb_dup_ex_data)(int class_index, CRYPTO_EX_DATA *to, sl@0: CRYPTO_EX_DATA *from); sl@0: /* Cleanup a CRYPTO_EX_DATA of a given class */ sl@0: void (*cb_free_ex_data)(int class_index, void *obj, sl@0: CRYPTO_EX_DATA *ad); sl@0: }; sl@0: sl@0: struct st_ERR_FNS sl@0: { sl@0: /* Works on the "error_hash" string table */ sl@0: LHASH *(*cb_err_get)(int create); sl@0: void (*cb_err_del)(void); sl@0: ERR_STRING_DATA *(*cb_err_get_item)(const ERR_STRING_DATA *); sl@0: ERR_STRING_DATA *(*cb_err_set_item)(ERR_STRING_DATA *); sl@0: ERR_STRING_DATA *(*cb_err_del_item)(ERR_STRING_DATA *); sl@0: /* Works on the "thread_hash" error-state table */ sl@0: LHASH *(*cb_thread_get)(int create); sl@0: void (*cb_thread_release)(LHASH **hash); sl@0: ERR_STATE *(*cb_thread_get_item)(const ERR_STATE *); sl@0: ERR_STATE *(*cb_thread_set_item)(ERR_STATE *); sl@0: void (*cb_thread_del_item)(const ERR_STATE *); sl@0: /* Returns the next available error "library" numbers */ sl@0: int (*cb_get_next_lib)(void); sl@0: }; sl@0: sl@0: sl@0: #ifdef __cplusplus sl@0: extern "C" sl@0: { sl@0: #endif sl@0: sl@0: typedef struct sl@0: { sl@0: sl@0: sl@0: VARIABLE_DECL(tntmp,s,asn1_gen,struct tag_name_st*) sl@0: VARIABLE_DECL(ia5string_meth,s,a_meth,ASN1_METHOD) sl@0: VARIABLE_DECL(bit_string_meth,s,a_meth,ASN1_METHOD) sl@0: VARIABLE_DECL(stable,s,a_strnid,STACK_OF(ASN1_STRING_TABLE)*) sl@0: VARIABLE_DECL(global_mask,s,a_strnid,unsigned long) sl@0: VARIABLE_DECL(app_locks,s,cryptlib,STACK *) sl@0: VARIABLE_DECL(dyn_locks,s,cryptlib,STACK_OF(CRYPTO_dynlock)*) sl@0: VARIABLE_DECL(allow_customize,s,mem,int) sl@0: VARIABLE_DECL(allow_customize_debug,s,mem,int) sl@0: VARIABLE_DECL(mh_mode,s,mem_dbg,int) sl@0: VARIABLE_DECL(order,s,mem_dbg,unsigned long) sl@0: VARIABLE_DECL(mh,s,mem_dbg,LHASH *) sl@0: VARIABLE_DECL(amih,s,mem_dbg,LHASH *) sl@0: VARIABLE_DECL(options,s,mem_dbg,unsigned long) sl@0: VARIABLE_DECL(num_disable,s,mem_dbg,unsigned int) sl@0: VARIABLE_DECL(disabling_thread,s,mem_dbg,unsigned long) sl@0: VARIABLE_DECL(impl,s,ex_data,CRYPTO_EX_DATA_IMPL *) sl@0: VARIABLE_DECL(ex_class,s,ex_data,int) sl@0: VARIABLE_DECL(ex_data,s,ex_data,LHASH *) sl@0: VARIABLE_DECL(init,s,bn_lib,int) sl@0: VARIABLE_DECL_ARRAY(data,s,bn_lib,char,16) sl@0: VARIABLE_DECL(data_one,s,bn_lib,BN_ULONG) sl@0: VARIABLE_DECL(const_one,s,bn_lib,BIGNUM) sl@0: VARIABLE_DECL_ARRAY(_256_data,s,bn_nist,BN_ULONG,BN_NIST_256_TOP*6) sl@0: VARIABLE_DECL(_is_set_256_data,s,bn_nist,int) sl@0: VARIABLE_DECL_ARRAY(_384_data,s,bn_nist,BN_ULONG,BN_NIST_384_TOP*8) sl@0: VARIABLE_DECL(_is_set_384_data,s,bn_nist,int) sl@0: VARIABLE_DECL(zlib_stateful_ex_idx,s,c_zlib,int) sl@0: VARIABLE_DECL(p_compress,s,c_zlib,compress_ft) sl@0: VARIABLE_DECL(p_inflateEnd,s,c_zlib,inflateEnd_ft) sl@0: VARIABLE_DECL(p_inflate,s,c_zlib,inflate_ft) sl@0: VARIABLE_DECL(p_inflateInit_,s,c_zlib,inflateInit__ft) sl@0: VARIABLE_DECL(p_deflateEnd,s,c_zlib,deflateEnd_ft) sl@0: VARIABLE_DECL(p_deflate,s,c_zlib,deflate_ft) sl@0: VARIABLE_DECL(p_deflateInit_,s,c_zlib,deflateInit__ft) sl@0: VARIABLE_DECL(zlib_loaded,s,c_zlib,int) sl@0: VARIABLE_DECL(zlib_dso,s,c_zlib,DSO *) sl@0: VARIABLE_DECL(supported_modules,s,conf_mod,STACK_OF(CONF_MODULE)*) sl@0: VARIABLE_DECL(initialized_modules,s,conf_mod,STACK_OF(CONF_MODULE)*) sl@0: VARIABLE_DECL(openssl_configured,s,conf_sap,int) sl@0: VARIABLE_DECL(init,s,ecb_enc,int) sl@0: VARIABLE_DECL_ARRAY(buf,s,ecb_enc,char,32) sl@0: VARIABLE_DECL(net,s,enc_read,unsigned char *) sl@0: VARIABLE_DECL(unnet,s,enc_read,unsigned char *) sl@0: VARIABLE_DECL(unnet_start,s,enc_read,int) sl@0: VARIABLE_DECL(unnet_left,s,enc_read,int) sl@0: VARIABLE_DECL(tmpbuf,s,enc_read,unsigned char *) sl@0: VARIABLE_DECL(outbuf,s,enc_write,unsigned char *) sl@0: VARIABLE_DECL(start,s,enc_write,int) sl@0: VARIABLE_DECL_ARRAY(weak_keys,s,set_key_c,DES_cblock,16) sl@0: VARIABLE_DECL(cleanup_stack,s,eng_lib,STACK_OF(ENGINE_CLEANUP_ITEM) *) sl@0: VARIABLE_DECL(internal_static_hack,s,eng_lib,int) sl@0: VARIABLE_DECL(engine_list_head,s,eng_list,ENGINE *) sl@0: VARIABLE_DECL(engine_list_tail,s,eng_list,ENGINE *) sl@0: VARIABLE_DECL(table_flags,s,eng_table,unsigned int) sl@0: VARIABLE_DECL(initialized_engines,s,eng_cnf,STACK_OF(ENGINE) *) sl@0: VARIABLE_DECL(dynamic_ex_data_idx,s,eng_dyn,int) sl@0: VARIABLE_DECL(rsa_table,s,tb_rsa,ENGINE_TABLE *) sl@0: VARIABLE_DECL(dsa_table,s,tb_dsa,ENGINE_TABLE *) sl@0: VARIABLE_DECL(ecdh_table,s,tb_ecdh,ENGINE_TABLE *) sl@0: VARIABLE_DECL(ecdsa_table,s,tb_ecdsa,ENGINE_TABLE *) sl@0: VARIABLE_DECL(rand_table,s,tb_rand,ENGINE_TABLE *) sl@0: VARIABLE_DECL(digest_table,s,tb_digest,ENGINE_TABLE *) sl@0: VARIABLE_DECL(store_table,s,tb_store,ENGINE_TABLE *) sl@0: VARIABLE_DECL(dh_table,s,tb_dh,ENGINE_TABLE *) sl@0: VARIABLE_DECL(cipher_table,s,tb_cipher,ENGINE_TABLE *) sl@0: VARIABLE_DECL(err_fns,s,err,const ERR_FNS *) sl@0: VARIABLE_DECL(int_error_hash,s,err,LHASH *) sl@0: VARIABLE_DECL(int_thread_hash,s,err,LHASH *) sl@0: VARIABLE_DECL(int_thread_hash_references,s,err,int) sl@0: VARIABLE_DECL(int_err_library_number,s,err,int) sl@0: VARIABLE_DECL(init,s,err,int) sl@0: VARIABLE_DECL(pbe_algs,s,evp_pbe,STACK *) sl@0: VARIABLE_DECL(names_lh,s,o_names,LHASH *) sl@0: VARIABLE_DECL(names_type_num,s,o_names,int) sl@0: VARIABLE_DECL(name_funcs_stack,s,o_names,STACK_OF(NAME_FUNCS)*) sl@0: VARIABLE_DECL(free_type,s,o_names,int) sl@0: VARIABLE_DECL(new_nid,s,obj_dat,int) sl@0: VARIABLE_DECL(added,s,obj_dat,LHASH *) sl@0: VARIABLE_DECL(state_num,s,md_rand,int) sl@0: VARIABLE_DECL(state_index,s,md_rand,int) sl@0: VARIABLE_DECL_ARRAY(state,s,md_rand,unsigned char,1023+MD_DIGEST_LENGTH) sl@0: VARIABLE_DECL_ARRAY(md,s,md_rand,unsigned char,MD_DIGEST_LENGTH) sl@0: VARIABLE_DECL_ARRAY(md_count,s,md_rand,unsigned char,2) sl@0: VARIABLE_DECL(entropy,s,md_rand,double) sl@0: VARIABLE_DECL(initialized,s,md_rand,int) sl@0: VARIABLE_DECL(crypto_lock_rand,s,md_rand,unsigned int) sl@0: VARIABLE_DECL(locking_thread,s,md_rand,unsigned long) sl@0: VARIABLE_DECL(default_RAND_meth,s,rand_lib,const RAND_METHOD *) sl@0: VARIABLE_DECL(tty_in,s,ui_openssl,FILE *) sl@0: VARIABLE_DECL(tty_out,s,ui_openssl,FILE *) sl@0: VARIABLE_DECL(is_a_tty,s,ui_openssl,int) sl@0: VARIABLE_DECL(ext_nids,s,x509_req,int*) sl@0: VARIABLE_DECL_ARRAY(ext_nid_list,s,x509_req,int,3) sl@0: VARIABLE_DECL(trtable,s,x509_trs,STACK_OF(X509_TRUST) *) sl@0: VARIABLE_DECL(param_table,s,x509_vpm,STACK_OF(X509_VERIFY_PARAM) *) sl@0: VARIABLE_DECL(ext_list,s,v3_lib,STACK_OF(X509V3_EXT_METHOD) *) sl@0: VARIABLE_DECL(xptable,s,v3_purp,STACK_OF(X509_PURPOSE)*) sl@0: VARIABLE_DECL(from,s,b_sock,struct sockaddr_in) sl@0: VARIABLE_DECL_ARRAY(buff,s,fcrypt,char,14) sl@0: VARIABLE_DECL_ARRAY(buf,s,err,char,256) sl@0: VARIABLE_DECL(fallback,s,err,ERR_STATE) sl@0: VARIABLE_DECL_ARRAY(SYS_str_reasons,s,err,ERR_STRING_DATA,128)//NUM_SYS_STR_REASONS + 1 sl@0: VARIABLE_DECL_ARRAY(prompt_string,s,evp_key,char,80) sl@0: VARIABLE_DECL_ARRAY(m,s,hmac,unsigned char,EVP_MAX_MD_SIZE) sl@0: VARIABLE_DECL_ARRAY(m,s,md2,unsigned char,EVP_MAX_MD_SIZE) sl@0: VARIABLE_DECL_ARRAY(m,s,md5,unsigned char,EVP_MAX_MD_SIZE) sl@0: VARIABLE_DECL_ARRAY(m,s,sha1_one,unsigned char,SHA_DIGEST_LENGTH) sl@0: VARIABLE_DECL_ARRAY(m,s,sha_one,unsigned char,EVP_MAX_MD_SIZE) sl@0: VARIABLE_DECL_ARRAY(buf,s,x509_txt,char,100) sl@0: VARIABLE_DECL_ARRAY(ASN1_str_functs,s,asn1_err, ERR_STRING_DATA,108) sl@0: VARIABLE_DECL_ARRAY(ASN1_str_reasons,s,asn1_err,ERR_STRING_DATA,99) sl@0: VARIABLE_DECL_ARRAY(CRYPTO_str_functs,s,cpt_err,ERR_STRING_DATA,10) sl@0: VARIABLE_DECL_ARRAY(CRYPTO_str_reasons,s,cpt_err,ERR_STRING_DATA,2) sl@0: VARIABLE_DECL_ARRAY(BIO_str_functs,s,bio_err,ERR_STRING_DATA,33) sl@0: VARIABLE_DECL_ARRAY(BIO_str_reasons,s,bio_err,ERR_STRING_DATA,30) sl@0: VARIABLE_DECL_ARRAY(BN_str_functs,s,bn_err,ERR_STRING_DATA,39) sl@0: VARIABLE_DECL_ARRAY(BN_str_reasons,s,bn_err,ERR_STRING_DATA,18) sl@0: VARIABLE_DECL_ARRAY(BUF_str_functs,s,buf_err,ERR_STRING_DATA,7) sl@0: VARIABLE_DECL_ARRAY(BUF_str_reasons,s,buf_err,ERR_STRING_DATA,1) sl@0: VARIABLE_DECL_ARRAY(COMP_str_functs,s,comp_err,ERR_STRING_DATA,1) sl@0: VARIABLE_DECL_ARRAY(COMP_str_reasons,s,comp_err,ERR_STRING_DATA,1) sl@0: VARIABLE_DECL_ARRAY(CONF_str_functs,s,conf_err,ERR_STRING_DATA,22) sl@0: VARIABLE_DECL_ARRAY(CONF_str_reasons,s,conf_err,ERR_STRING_DATA,16) sl@0: VARIABLE_DECL_ARRAY(DH_str_functs,s,dh_err,ERR_STRING_DATA,8) sl@0: VARIABLE_DECL_ARRAY(DH_str_reasons,s,dh_err,ERR_STRING_DATA,4) sl@0: VARIABLE_DECL_ARRAY(DSA_str_functs,s,dsa_err,ERR_STRING_DATA,15) sl@0: VARIABLE_DECL_ARRAY(DSA_str_reasons,s,dsa_err,ERR_STRING_DATA,3) sl@0: VARIABLE_DECL_ARRAY(DSO_str_functs,s,dso_err,ERR_STRING_DATA,38) sl@0: VARIABLE_DECL_ARRAY(DSO_str_reasons,s,dso_err,ERR_STRING_DATA,18) sl@0: VARIABLE_DECL_ARRAY(ENGINE_str_functs,s,eng_err,ERR_STRING_DATA,37) sl@0: VARIABLE_DECL_ARRAY(ENGINE_str_reasons,s,eng_err,ERR_STRING_DATA,40) sl@0: VARIABLE_DECL_ARRAY(ERR_str_libraries,s,err_err,ERR_STRING_DATA,25) sl@0: VARIABLE_DECL_ARRAY(ERR_str_functs,s,err_err,ERR_STRING_DATA,11) sl@0: VARIABLE_DECL_ARRAY(ERR_str_reasons,s,err_err,ERR_STRING_DATA,36) sl@0: VARIABLE_DECL_ARRAY(EVP_str_functs,s,evp_err,ERR_STRING_DATA,36) sl@0: VARIABLE_DECL_ARRAY(EVP_str_reasons,s,evp_err,ERR_STRING_DATA,45) sl@0: VARIABLE_DECL_ARRAY(OBJ_str_functs,s,obj_err,ERR_STRING_DATA,8) sl@0: VARIABLE_DECL_ARRAY(OBJ_str_reasons,s,obj_err,ERR_STRING_DATA,3) sl@0: VARIABLE_DECL_ARRAY(OCSP_str_functs,s,ocsp_err,ERR_STRING_DATA,18) sl@0: VARIABLE_DECL_ARRAY(OCSP_str_reasons,s,ocsp_err,ERR_STRING_DATA,31) sl@0: VARIABLE_DECL_ARRAY(PEM_str_functs,s,pem_err,ERR_STRING_DATA,27) sl@0: VARIABLE_DECL_ARRAY(PEM_str_reasons,s,pem_err,ERR_STRING_DATA,17) sl@0: VARIABLE_DECL_ARRAY(PKCS7_str_functs,s,pkcs7_err,ERR_STRING_DATA,29) sl@0: VARIABLE_DECL_ARRAY(PKCS7_str_reasons,s,pkcs7_err,ERR_STRING_DATA,47) sl@0: VARIABLE_DECL_ARRAY(PKCS12_str_functs,s,pkcs12_err,ERR_STRING_DATA,30) sl@0: VARIABLE_DECL_ARRAY(PKCS12_str_reasons,s,pkcs12_err,ERR_STRING_DATA,23) sl@0: VARIABLE_DECL_ARRAY(RAND_str_functs,s,rand_err,ERR_STRING_DATA,3) sl@0: VARIABLE_DECL_ARRAY(RAND_str_reasons,s,rand_err,ERR_STRING_DATA,2) sl@0: VARIABLE_DECL_ARRAY(RSA_str_functs,s,rsa_err,ERR_STRING_DATA,38) sl@0: VARIABLE_DECL_ARRAY(RSA_str_reasons,s,rsa_err,ERR_STRING_DATA,41) sl@0: VARIABLE_DECL_ARRAY(UI_str_functs,s,ui_err,ERR_STRING_DATA,13) sl@0: VARIABLE_DECL_ARRAY(UI_str_reasons,s,ui_err,ERR_STRING_DATA,8) sl@0: VARIABLE_DECL_ARRAY(X509_str_functs,s,x509_err,ERR_STRING_DATA,46) sl@0: VARIABLE_DECL_ARRAY(X509_str_reasons,s,x509_err,ERR_STRING_DATA,24) sl@0: VARIABLE_DECL_ARRAY(X509V3_str_functs,s,x509v3_err,ERR_STRING_DATA,57) sl@0: VARIABLE_DECL_ARRAY(X509V3_str_reasons,s,x509v3_err,ERR_STRING_DATA,61) sl@0: VARIABLE_DECL(default_CONF_method,s,conf_lib,const CONF_METHOD *) sl@0: VARIABLE_DECL(default_DH_method,s,dh_lib,const DH_METHOD *) sl@0: VARIABLE_DECL(default_DSA_method,s,dsa_lib,const DSA_METHOD *) sl@0: VARIABLE_DECL(default_DSO_meth,s,dso_lib,DSO_METHOD *) sl@0: VARIABLE_DECL(default_RSA_meth,s,rsa_lib,const RSA_METHOD *) sl@0: VARIABLE_DECL(default_UI_meth,s,ui_lib,const UI_METHOD *) sl@0: sl@0: void *(*malloc_func)(size_t); sl@0: void *(*malloc_ex_func)(size_t, const char *file, int line); sl@0: void *(*realloc_func)(void *, size_t); sl@0: void *(*realloc_ex_func)(void *, size_t, const char *file, int line); sl@0: void (*free_func_openssl)(void *); sl@0: void *(*malloc_locked_func)(size_t); sl@0: void *(*malloc_locked_ex_func)(size_t, const char *file, int line); sl@0: void (*free_locked_func)(void *); sl@0: void (*malloc_debug_func)(void *,int,const char *,int,int); sl@0: void (*realloc_debug_func)(void *,void *,int,const char *,int,int); sl@0: void (*free_debug_func)(void *,int); sl@0: void (*set_debug_options_func)(long); sl@0: long (*get_debug_options_func)(void); sl@0: void (MS_FAR *locking_callback)(int mode,int type, sl@0: const char *file,int line); sl@0: int (MS_FAR *add_lock_callback)(int *pointer,int amount, sl@0: int type,const char *file,int line); sl@0: unsigned long (MS_FAR *id_callback)(void); sl@0: struct CRYPTO_dynlock_value *(MS_FAR *dynlock_create_callback) sl@0: (const char *file,int line); sl@0: void (MS_FAR *dynlock_lock_callback)(int mode, sl@0: struct CRYPTO_dynlock_value *l, const char *file,int line); sl@0: void (MS_FAR *dynlock_destroy_callback)(struct CRYPTO_dynlock_value *l, sl@0: const char *file,int line); sl@0: sl@0: /*START-static structs*/ sl@0: VARIABLE_DECL(impl_default,s,ex_data,CRYPTO_EX_DATA_IMPL) sl@0: VARIABLE_DECL(mem_method,s,bss_mem,BIO_METHOD) sl@0: VARIABLE_DECL(null_method,s,bss_null,BIO_METHOD) sl@0: VARIABLE_DECL(methods_fdp,s,bss_fd,BIO_METHOD) sl@0: VARIABLE_DECL(methods_sockp,s,bss_sock,BIO_METHOD) sl@0: VARIABLE_DECL(methods_filep,s,bss_file,BIO_METHOD) sl@0: VARIABLE_DECL(methods_dgramp,s,bss_dgram,BIO_METHOD) sl@0: VARIABLE_DECL(methods_connectp,s,bss_conn,BIO_METHOD) sl@0: VARIABLE_DECL(methods_biop,s,bss_bio,BIO_METHOD) sl@0: VARIABLE_DECL(methods_acceptp,s,bss_acpt,BIO_METHOD) sl@0: VARIABLE_DECL(rle_method,s,c_rle,COMP_METHOD) sl@0: VARIABLE_DECL(zlib_method_nozlib,s,c_zlib,COMP_METHOD) sl@0: #ifdef ZLIB sl@0: VARIABLE_DECL(zlib_stateful_method,s,c_zlib,COMP_METHOD) sl@0: #endif sl@0: VARIABLE_DECL(default_method,s,conf_def,CONF_METHOD) sl@0: VARIABLE_DECL(WIN32_method,s,conf_def,CONF_METHOD) sl@0: VARIABLE_DECL(dh_ossl,s,dh_key,DH_METHOD) sl@0: VARIABLE_DECL(openssl_dsa_meth,s,dsa_ossl,DSA_METHOD) sl@0: //VARIABLE_DECL(dso_meth_dl,s,dso_dl,DSO_METHOD) sl@0: VARIABLE_DECL(dso_meth_dlfcn,s,dso_dlfcn,DSO_METHOD) sl@0: VARIABLE_DECL(dso_meth_null,s,dso_null,DSO_METHOD) sl@0: VARIABLE_DECL(methods_md,s,bio_md,BIO_METHOD) sl@0: VARIABLE_DECL(methods_b64,s,bio_b64,BIO_METHOD) sl@0: VARIABLE_DECL(methods_enc,s,bio_enc,BIO_METHOD) sl@0: VARIABLE_DECL(methods_ok,s,bio_ok,BIO_METHOD) sl@0: VARIABLE_DECL(rsa_pkcs1_eay_meth,s,rsa_eay,RSA_METHOD ) sl@0: VARIABLE_DECL(store_memory,s,str_mem,STORE_METHOD) sl@0: VARIABLE_DECL(ui_openssl,s,ui_openssl,UI_METHOD) sl@0: VARIABLE_DECL(nconf_method,s,v3_conf,X509V3_CONF_METHOD) sl@0: VARIABLE_DECL(conf_lhash_method,s,v3_conf,X509V3_CONF_METHOD) sl@0: VARIABLE_DECL(meth,s,x_x509,ASN1_METHOD) sl@0: VARIABLE_DECL(method,s,rsa_asn1,ASN1_METHOD) sl@0: VARIABLE_DECL(stirred_pool,s,md_rand,volatile int) sl@0: sl@0: char strerror_tab[127][32]; sl@0: int _shadow_DES_rw_mode; sl@0: int _shadow_DES_check_key; sl@0: sl@0: /*END-static structs*/ sl@0: /*START-global vars*/ sl@0: VARIABLE_DECL(cleanse_ctr,g,mem_clr,unsigned char) sl@0: VARIABLE_DECL(rand_ssleay_meth,g,md_rand, RAND_METHOD) sl@0: VARIABLE_DECL(x509_file_lookup,g,by_file,X509_LOOKUP_METHOD) sl@0: VARIABLE_DECL(x509_dir_lookup,g,by_dir,X509_LOOKUP_METHOD) sl@0: sl@0: /*END-global vars*/ sl@0: sl@0: }libcrypto_global_struct; sl@0: #ifdef __cplusplus sl@0: } sl@0: #endif sl@0: #ifdef __cplusplus sl@0: extern "C" sl@0: { sl@0: #endif sl@0: libcrypto_global_struct * libcrypto_ImpurePtr(); sl@0: int libcrypto_Init(libcrypto_global_struct *); sl@0: #ifdef __cplusplus sl@0: } sl@0: #endif sl@0: sl@0: #endif /* EMULATOR */ sl@0: #endif //_LIBCRYPTO_WSD_H