/openssl/crypto/engine/ |
H A D | eng_table.c | 83 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 D | encode.c | 25 # 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 D | uplink.c | 34 void OPENSSL_Uplink(volatile void **table, int index) in OPENSSL_Uplink()
|
/openssl/crypto/ |
H A D | mem_sec.c | 359 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 D | point_448.h | 35 niels_t table[COMBS_N << (COMBS_T - 1)]; member
|
H A D | curve448.c | 225 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 D | statem_lib.c | 1970 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 D | passwd.c | 103 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 D | bn_exp.c | 521 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 D | aes_x86core.c | 64 static void prefetch256(const void *table) in prefetch256()
|
/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 622 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 D | constant_time.h | 436 const void *table, in constant_time_lookup()
|
/openssl/ssl/ |
H A D | ssl_ciph.c | 108 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 D | t1_trce.c | 25 # define ssl_trace_list(bio, indent, msg, msglen, value, table) \ argument
|
/openssl/include/openssl/ |
H A D | x509v3.h.in | 383 # define EXT_BITSTRING(nid, table) { nid, 0, ASN1_ITEM_ref(ASN1_BIT_STRING), \ argument
|