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()
164 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e) in engine_table_unregister()
184 void engine_table_cleanup(ENGINE_TABLE **table) in engine_table_cleanup()
197 ENGINE *ossl_engine_table_select(ENGINE_TABLE **table, int nid, in ossl_engine_table_select()
301 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.c332 static int sh_testbit(char *ptr, int list, unsigned char *table) in sh_testbit()
343 static void sh_clearbit(char *ptr, int list, unsigned char *table) in sh_clearbit()
355 static void sh_setbit(char *ptr, int list, unsigned char *table) in sh_setbit()
/openssl/ssl/statem/
H A Dstatem_lib.c1613 const version_info *table; in ssl_version_supported() local
1656 const version_info *table; in ssl_check_version_downgrade() local
1794 const version_info *table; in ssl_choose_server_version() local
1940 const version_info *table; in ssl_choose_client_version() local
2084 const version_info *table; in ssl_get_min_max_version() local
/openssl/crypto/ec/curve448/
H A Dpoint_448.h35 niels_t table[COMBS_N << (COMBS_T - 1)]; member
H A Dcurve448.c224 const niels_t * table, in constant_time_lookup_niels()
232 const curve448_precomputed_s * table, in ossl_curve448_precomputed_scalarmul()
/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.c502 BN_ULONG *table = (BN_ULONG *)buf; in MOD_EXP_CTIME_COPY_TO_PREBUF() local
528 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/include/internal/
H A Dconstant_time.h395 const void *table, in constant_time_lookup()
/openssl/crypto/ec/
H A Decp_nistz256.c631 P256_POINT (*table)[16] = NULL; in ecp_nistz256_windowed_mul() local
1317 BN_ULONG table[15][P256_LIMBS]; in ecp_nistz256_inv_mod_ord() local
/openssl/ssl/
H A Dssl_ciph.c117 static int ssl_cipher_info_find(const ssl_cipher_table * table, in ssl_cipher_info_find()
128 #define ssl_cipher_info_lookup(table, x) \ argument
H A Dt1_trce.c24 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \ argument
/openssl/include/openssl/
H A Dx509v3.h.in375 # define EXT_BITSTRING(nid, table) { nid, 0, ASN1_ITEM_ref(ASN1_BIT_STRING), \ argument

Completed in 57 milliseconds