/openssl/crypto/ec/ |
H A D | ec_curve.c | 34 EC_CURVE_DATA h; member 66 EC_CURVE_DATA h; member 104 EC_CURVE_DATA h; member 148 EC_CURVE_DATA h; member 206 EC_CURVE_DATA h; member 238 EC_CURVE_DATA h; member 270 EC_CURVE_DATA h; member 308 EC_CURVE_DATA h; member 346 EC_CURVE_DATA h; member 385 EC_CURVE_DATA h; member [all …]
|
H A D | curve25519.c | 79 static void fe64_0(fe64 h) in fe64_0() 87 static void fe64_1(fe64 h) in fe64_1() 561 static void fe51_0(fe51 h) in fe51_0() 570 static void fe51_1(fe51 h) in fe51_1() 961 static void fe_0(fe h) in fe_0() 967 static void fe_1(fe h) in fe_1() 1275 static void fe_sq(fe h, const fe f) in fe_sq() 1512 static void fe_neg(fe h, const fe f) in fe_neg() 1584 static void fe_sq2(fe h, const fe f) in fe_sq2() 1906 static void ge_p2_0(ge_p2 *h) in ge_p2_0() [all …]
|
/openssl/test/ |
H A D | quic_txp_test.c | 79 static void helper_cleanup(struct helper *h) in helper_cleanup() 114 struct helper *h = arg; in demux_default_handler() local 122 static int helper_init(struct helper *h) in helper_init() 553 static int schedule_ack(struct helper *h) in schedule_ack() 632 static int check_stream_9(struct helper *h) in check_stream_9() 1080 static int gen_conn_close(struct helper *h) in gen_conn_close() 1095 static int check_14(struct helper *h) in check_14() 1182 static int gen_probe_1rtt(struct helper *h) in gen_probe_1rtt() 1214 static int try_big_token(struct helper *h) in try_big_token() 1280 static void skip_padding(struct helper *h) in skip_padding() [all …]
|
H A D | quic_multistream_test.c | 30 struct helper *h; member 114 struct helper *h; member 342 struct helper *h = arg; in get_time() local 510 static int join_server_thread(struct helper *h) in join_server_thread() 563 struct helper *h = arg; in server_helper_thread() local 607 static void helper_cleanup(struct helper *h) in helper_cleanup() 971 struct helper *h = arg; in helper_packet_plain_listener() local 980 struct helper *h = arg; in helper_handshake_listener() local 989 struct helper *h = arg; in helper_datagram_listener() local 2088 struct helper h; in run_script() local [all …]
|
H A D | json_test.c | 23 static int helper_ensure(struct helper *h) in helper_ensure() 41 static void helper_cleanup(struct helper *h) in helper_cleanup() 52 static void helper_set_flags(struct helper *h, uint32_t flags) in helper_set_flags() 550 struct helper h = {0}; in run_script() local
|
H A D | quic_ackm_test.c | 56 static void helper_destroy(struct helper *h) in helper_destroy() 86 static int helper_init(struct helper *h, size_t num_pkts) in helper_init() 339 struct helper h; in test_tx_ack_case_actual() local 519 struct helper h; in test_tx_ack_time_script() local 906 struct helper h; in test_rx_ack_actual() local
|
/openssl/crypto/hashtable/ |
H A D | hashtable.c | 294 static int ossl_ht_flush_internal(HT *h) in ossl_ht_flush_internal() 325 int ossl_ht_flush(HT *h) in ossl_ht_flush() 330 void ossl_ht_free(HT *h) in ossl_ht_free() 347 size_t ossl_ht_count(HT *h) in ossl_ht_count() 355 void ossl_ht_foreach_until(HT *h, int (*cb)(HT_VALUE *obj, void *arg), in ossl_ht_foreach_until() 375 HT_VALUE_LIST *ossl_ht_filter(HT *h, size_t max_len, in ossl_ht_filter() 432 static int grow_hashtable(HT *h, size_t oldsize) in grow_hashtable() 515 HT_VALUE *h = (HT_VALUE *)arg; in free_old_ht_value() local 540 static int ossl_ht_insert_locked(HT *h, uint64_t hash, in ossl_ht_insert_locked() 675 HT_VALUE *ossl_ht_get(HT *h, HT_KEY *key) in ossl_ht_get() [all …]
|
/openssl/ssl/quic/ |
H A D | quic_ackm.c | 78 tx_pkt_history_init(struct tx_pkt_history_st *h) in tx_pkt_history_init() 92 tx_pkt_history_destroy(struct tx_pkt_history_st *h) in tx_pkt_history_destroy() 100 tx_pkt_history_add_actual(struct tx_pkt_history_st *h, in tx_pkt_history_add_actual() 126 tx_pkt_history_add(struct tx_pkt_history_st *h, in tx_pkt_history_add() 402 static void rx_pkt_history_init(struct rx_pkt_history_st *h) in rx_pkt_history_init() 440 static int rx_pkt_history_add_pn(struct rx_pkt_history_st *h, in rx_pkt_history_add_pn() 674 struct tx_pkt_history_st *h; in ackm_detect_and_remove_newly_acked_pkts() local 752 struct tx_pkt_history_st *h; in ackm_detect_and_remove_lost_pkts() local 1124 struct tx_pkt_history_st *h; in ackm_process_ecn() local 1348 struct tx_pkt_history_st *h; in ossl_ackm_get_largest_unacked() local [all …]
|
H A D | quic_txp.c | 219 static void tx_helper_cleanup(struct tx_helper *h) in tx_helper_cleanup() 227 static void tx_helper_unrestrict(struct tx_helper *h) in tx_helper_unrestrict() 285 static WPACKET *tx_helper_begin(struct tx_helper *h) in tx_helper_begin() 329 static void tx_helper_rollback(struct tx_helper *h) in tx_helper_rollback() 338 static int tx_helper_commit(struct tx_helper *h) in tx_helper_commit() 409 struct tx_helper h; member 1828 struct tx_helper *h = &pkt->h; in txp_generate_pre_token() local 2042 struct tx_helper *h = &pkt->h; in txp_generate_crypto_frames() local 2198 struct tx_helper *h = &pkt->h; in txp_generate_stream_frames() local 2408 struct tx_helper *h = &pkt->h; in txp_generate_stream_related() local [all …]
|
/openssl/ssl/ |
H A D | priority_queue.c | 107 struct pq_heap_st *h = pq->heap, t_h; in pqueue_swap_elem() local 123 struct pq_heap_st *h = pq->heap; in pqueue_move_elem() local 154 struct pq_heap_st *h = pq->heap; in pqueue_move_down() local 174 struct pq_heap_st *h = pq->heap; in pqueue_move_up() local 298 struct pq_heap_st *h; in ossl_pqueue_reserve() local
|
/openssl/crypto/ |
H A D | bsearch.c | 18 int l, h, i = 0, c = 0; in ossl_bsearch() local
|
H A D | cryptlib.c | 40 HWINSTA h; in OPENSSL_isservice() local 118 HANDLE h; in OPENSSL_showfatal() local
|
/openssl/crypto/sha/ |
H A D | sha256.c | 215 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha256_block_data_order() local 279 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument 284 # define ROUND_16_63(i,a,b,c,d,e,f,g,h,X) do { \ argument 297 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1; in sha256_block_data_order_c() local
|
H A D | sha512.c | 667 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha512_block_data_order() local 733 # define ROUND_00_15(i,a,b,c,d,e,f,g,h) do { \ argument 738 # define ROUND_16_80(i,j,a,b,c,d,e,f,g,h,X) do { \ argument 752 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1; in sha512_block_data_order_c() local
|
/openssl/include/openssl/ |
H A D | mdc2.h | 37 DES_cblock h, hh; member
|
H A D | sha.h | 63 SHA_LONG h[8]; member 111 SHA_LONG64 h[8]; member
|
/openssl/crypto/hmac/ |
H A D | hmac_local.h | 41 uint32_t h[8]; member 46 uint64_t h[8]; member
|
/openssl/ms/ |
H A D | uplink.c | 40 HANDLE h; in OPENSSL_Uplink() local
|
/openssl/crypto/ec/curve448/arch_64/ |
H A D | f_impl.h | 17 # define FIELD_LITERAL(a,b,c,d,e,f,g,h) {{a,b,c,d,e,f,g,h}} argument
|
/openssl/crypto/ec/curve448/arch_32/ |
H A D | f_impl.h | 18 # define FIELD_LITERAL(a, b, c, d, e, f, g, h) \ argument
|
/openssl/apps/ |
H A D | rehash.c | 235 static int do_file(const char *filename, const char *fullpath, enum Hash h) in do_file() 349 static int do_dir(const char *dirname, enum Hash h) in do_dir() 519 enum Hash h = HASH_NEW; in rehash_main() local
|
/openssl/apps/lib/ |
H A D | win32_init.c | 63 HANDLE h; in process_glob() local
|
/openssl/providers/implementations/include/prov/ |
H A D | blake2.h | 47 uint32_t h[8]; member 72 uint64_t h[8]; member
|
/openssl/crypto/bn/ |
H A D | bn_conv.c | 123 int neg = 0, h, m, i, j, k, c; in BN_hex2bn() local
|
/openssl/crypto/dso/ |
H A D | dso_dl.c | 276 shl_t h = NULL; in dl_globallookup() local
|