Home
last modified time | relevance | path

Searched defs:table (Results 1 – 15 of 15) sorted by relevance

/openssl/crypto/engine/
H A Deng_table.c83 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, in engine_table_register()
167 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e) in engine_table_unregister()
187 void engine_table_cleanup(ENGINE_TABLE **table) in engine_table_cleanup()
200 ENGINE *ossl_engine_table_select(ENGINE_TABLE **table, int nid, in ossl_engine_table_select()
308 void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb, in engine_table_doall()
/openssl/crypto/evp/
H A Dencode.c25 # define conv_bin2ascii(a, table) ((table)[(a)&0x3f]) argument
33 # define conv_bin2ascii(a, table) ((table)[(a)&0x3f]) argument
111 static unsigned char conv_ascii2bin(unsigned char a, const unsigned char *table) in conv_ascii2bin()
118 static unsigned char conv_ascii2bin(unsigned char a, const unsigned char *table) in conv_ascii2bin()
236 const unsigned char *table; in evp_encodeblock_int() local
308 const unsigned char *table; in EVP_DecodeUpdate() local
418 const unsigned char *table; in evp_decodeblock_int() local
/openssl/ms/
H A Duplink.c34 void OPENSSL_Uplink(volatile void **table, int index) in OPENSSL_Uplink()
/openssl/crypto/
H A Dmem_sec.c359 static int sh_testbit(char *ptr, int list, unsigned char *table) in sh_testbit()
370 static void sh_clearbit(char *ptr, int list, unsigned char *table) in sh_clearbit()
382 static void sh_setbit(char *ptr, int list, unsigned char *table) in sh_setbit()
/openssl/crypto/ec/curve448/
H A Dpoint_448.h35 niels_t table[COMBS_N << (COMBS_T - 1)]; member
H A Dcurve448.c225 const niels_t *table, in constant_time_lookup_niels()
233 const curve448_precomputed_s *table, in ossl_curve448_precomputed_scalarmul()
/openssl/ssl/statem/
H A Dstatem_lib.c1970 const version_info *table; in ssl_version_supported() local
2016 const version_info *table; in ssl_check_version_downgrade() local
2156 const version_info *table; in ssl_choose_server_version() local
2300 const version_info *table; in ssl_choose_client_version() local
2436 const version_info *table; in ssl_get_min_max_version() local
/openssl/apps/
H A Dpasswd.c103 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; in passwd_main() local
778 char *passwd, BIO *out, int quiet, int table, in do_passwd()
/openssl/crypto/bn/
H A Dbn_exp.c521 BN_ULONG *table = (BN_ULONG *)buf; in MOD_EXP_CTIME_COPY_TO_PREBUF() local
547 volatile BN_ULONG *table = (volatile BN_ULONG *)buf; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local
/openssl/crypto/aes/
H A Daes_x86core.c64 static void prefetch256(const void *table) in prefetch256()
/openssl/crypto/ec/
H A Decp_nistz256.c622 P256_POINT (*table)[16] = NULL; in ecp_nistz256_windowed_mul() local
1295 BN_ULONG table[15][P256_LIMBS]; in ecp_nistz256_inv_mod_ord() local
/openssl/include/internal/
H A Dconstant_time.h436 const void *table, in constant_time_lookup()
/openssl/ssl/
H A Dssl_ciph.c108 static int ssl_cipher_info_find(const ssl_cipher_table *table, in ssl_cipher_info_find()
119 #define ssl_cipher_info_lookup(table, x) \ argument
H A Dt1_trce.c25 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \ argument
/openssl/include/openssl/
H A Dx509v3.h.in383 # define EXT_BITSTRING(nid, table) { nid, 0, ASN1_ITEM_ref(ASN1_BIT_STRING), \ argument

Completed in 52 milliseconds