Home
last modified time | relevance | path

Searched refs:PACKET_data (Results 1 - 25 of 26) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/
H A Dasn1_dsa.c211 if (BN_bin2bn(PACKET_data(&contpkt), in ossl_decode_der_integer()
249 consumed = PACKET_data(&pkt) - *ppin; in ossl_decode_der_dsa_sig()
/third_party/openssl/crypto/
H A Dasn1_dsa.c211 if (BN_bin2bn(PACKET_data(&contpkt), in ossl_decode_der_integer()
249 consumed = PACKET_data(&pkt) - *ppin; in ossl_decode_der_dsa_sig()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c250 !s->ext.session_ticket_cb(s, PACKET_data(pkt), in tls_parse_ctos_session_ticket()
358 id_data = PACKET_data(&responder_id); in tls_parse_ctos_status_request()
388 const unsigned char *ext_data = PACKET_data(&exts); in tls_parse_ctos_status_request()
674 PACKET_data(&encoded_pt), in tls_parse_ctos_key_share()
713 data = PACKET_data(&raw); in tls_parse_ctos_cookie()
720 mdin = PACKET_data(&raw); in tls_parse_ctos_cookie()
784 ciphdata = PACKET_data(&cookie); in tls_parse_ctos_cookie()
817 if (s->ctx->verify_stateless_cookie_cb(s, PACKET_data(&appcookie), in tls_parse_ctos_cookie()
878 if (!create_synthetic_message_hash(s, PACKET_data(&chhash), in tls_parse_ctos_cookie()
974 tmpsess = lookup_sess_in_cache(s, PACKET_data(tic in tls_get_stateful_ticket()
[all...]
H A Dstatem_clnt.c1407 && memcmp(hrrrandom, PACKET_data(pkt), SSL3_RANDOM_SIZE) == 0) { in tls_process_server_hello()
1479 || memcmp(PACKET_data(&session_id), s->tmp_session_id, in tls_process_server_hello()
1564 && memcmp(PACKET_data(&session_id), s->session->session_id, in tls_process_server_hello()
1604 memcpy(s->session->session_id, PACKET_data(&session_id), in tls_process_server_hello()
2002 BN_bin2bn(PACKET_data(&prime), in tls_process_ske_srp()
2005 BN_bin2bn(PACKET_data(&generator), in tls_process_ske_srp()
2008 BN_bin2bn(PACKET_data(&salt), in tls_process_ske_srp()
2011 BN_bin2bn(PACKET_data(&server_pub), in tls_process_ske_srp()
2050 p = BN_bin2bn(PACKET_data(&prime), (int)PACKET_remaining(&prime), NULL); in tls_process_ske_dhe()
2051 g = BN_bin2bn(PACKET_data( in tls_process_ske_dhe()
[all...]
H A Dextensions_clnt.c1406 !s->ext.session_ticket_cb(s, PACKET_data(pkt), in tls_parse_stoc_session_ticket()
1519 PACKET_data(pkt), PACKET_remaining(pkt), in tls_parse_stoc_sct()
1576 PACKET_data(pkt), in tls_parse_stoc_npn()
1886 if (tls13_set_encoded_pub_key(skey, PACKET_data(&encoded_pt), in tls_parse_stoc_key_share()
1901 const unsigned char *ct = PACKET_data(&encoded_pt); in tls_parse_stoc_key_share()
H A Dextensions.c678 PACKET_data(&thisex->data), in tls_collect_extensions()
758 PACKET_data(&currext->data), in tls_parse_extension()
H A Dstatem_srvr.c2945 PACKET_data(&enc_premaster), in tls_process_cke_rsa()
3172 ptr = PACKET_data(pkt); in tls_process_cke_gost()
3183 if (!PACKET_forward(pkt, ptr - PACKET_data(pkt))) { in tls_process_cke_gost()
3278 start = PACKET_data(pkt); in tls_process_cke_gost18()
H A Dstatem_lib.c862 if (CRYPTO_memcmp(PACKET_data(pkt), s->s3.tmp.peer_finish_md, in tls_process_finished()
/third_party/openssl/ssl/statem/
H A Dextensions_srvr.c250 !s->ext.session_ticket_cb(s, PACKET_data(pkt), in tls_parse_ctos_session_ticket()
358 id_data = PACKET_data(&responder_id); in tls_parse_ctos_status_request()
388 const unsigned char *ext_data = PACKET_data(&exts); in tls_parse_ctos_status_request()
674 PACKET_data(&encoded_pt), in tls_parse_ctos_key_share()
713 data = PACKET_data(&raw); in tls_parse_ctos_cookie()
720 mdin = PACKET_data(&raw); in tls_parse_ctos_cookie()
784 ciphdata = PACKET_data(&cookie); in tls_parse_ctos_cookie()
817 if (s->ctx->verify_stateless_cookie_cb(s, PACKET_data(&appcookie), in tls_parse_ctos_cookie()
878 if (!create_synthetic_message_hash(s, PACKET_data(&chhash), in tls_parse_ctos_cookie()
974 tmpsess = lookup_sess_in_cache(s, PACKET_data(tic in tls_get_stateful_ticket()
[all...]
H A Dstatem_clnt.c1399 && memcmp(hrrrandom, PACKET_data(pkt), SSL3_RANDOM_SIZE) == 0) { in tls_process_server_hello()
1471 || memcmp(PACKET_data(&session_id), s->tmp_session_id, in tls_process_server_hello()
1556 && memcmp(PACKET_data(&session_id), s->session->session_id, in tls_process_server_hello()
1596 memcpy(s->session->session_id, PACKET_data(&session_id), in tls_process_server_hello()
1994 BN_bin2bn(PACKET_data(&prime), in tls_process_ske_srp()
1997 BN_bin2bn(PACKET_data(&generator), in tls_process_ske_srp()
2000 BN_bin2bn(PACKET_data(&salt), in tls_process_ske_srp()
2003 BN_bin2bn(PACKET_data(&server_pub), in tls_process_ske_srp()
2042 p = BN_bin2bn(PACKET_data(&prime), (int)PACKET_remaining(&prime), NULL); in tls_process_ske_dhe()
2043 g = BN_bin2bn(PACKET_data( in tls_process_ske_dhe()
[all...]
H A Dextensions_clnt.c1366 !s->ext.session_ticket_cb(s, PACKET_data(pkt), in tls_parse_stoc_session_ticket()
1479 PACKET_data(pkt), PACKET_remaining(pkt), in tls_parse_stoc_sct()
1536 PACKET_data(pkt), in tls_parse_stoc_npn()
1598 if (memcmp(PACKET_data(pkt), PACKET_data(&protpkt), len) == 0) { in tls_parse_stoc_alpn()
1871 if (tls13_set_encoded_pub_key(skey, PACKET_data(&encoded_pt), in tls_parse_stoc_key_share()
1886 const unsigned char *ct = PACKET_data(&encoded_pt); in tls_parse_stoc_key_share()
H A Dextensions.c650 PACKET_data(&thisex->data), in tls_collect_extensions()
730 PACKET_data(&currext->data), in tls_parse_extension()
H A Dstatem_srvr.c2924 PACKET_data(&enc_premaster), in tls_process_cke_rsa()
3151 ptr = PACKET_data(pkt); in tls_process_cke_gost()
3162 if (!PACKET_forward(pkt, ptr - PACKET_data(pkt))) { in tls_process_cke_gost()
3257 start = PACKET_data(pkt); in tls_process_cke_gost18()
H A Dstatem_lib.c827 if (CRYPTO_memcmp(PACKET_data(pkt), s->s3.tmp.peer_finish_md, in tls_process_finished()
/third_party/openssl/test/
H A Dtls13ccstest.c144 && memcmp(chsessid, PACKET_data(&sessionid), in watchccs_write()
164 && memcmp(chsessid, PACKET_data(&sessionid), in watchccs_write()
H A Dpackettest.c229 || !TEST_mem_eq(data, len, PACKET_data(&pkt), len) in test_PACKET_memdup()
233 || !TEST_mem_eq(data, len, PACKET_data(&pkt), len)) in test_PACKET_memdup()
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c600 data = PACKET_data(&msgpkt); in DTLSv1_listen()
683 if (s->ctx->app_verify_cookie_cb(s, PACKET_data(&cookiepkt), in DTLSv1_listen()
H A Dssl_rsa.c572 *extension_data = PACKET_data(&data); in serverinfo_find_extension()
H A Dssl_lib.c3054 *out = (unsigned char *)PACKET_data(&csubpkt); in SSL_select_next_proto()
3066 if (PACKET_equal(&csubpkt, PACKET_data(&ssubpkt), in SSL_select_next_proto()
3069 *out = (unsigned char *)PACKET_data(&ssubpkt); in SSL_select_next_proto()
5537 *out = PACKET_data(&s->clienthello->ciphersuites); in SSL_client_hello_get0_ciphers()
5600 *out = PACKET_data(&r->data); in SSL_client_hello_get0_ext()
H A Dt1_lib.c1776 return tls_decrypt_ticket(s, PACKET_data(&ticketext->data), size, in tls_get_ticket_from_client()
/third_party/openssl/ssl/
H A Dd1_lib.c583 data = PACKET_data(&msgpkt); in DTLSv1_listen()
666 if (s->ctx->app_verify_cookie_cb(s, PACKET_data(&cookiepkt), in DTLSv1_listen()
H A Dssl_rsa.c572 *extension_data = PACKET_data(&data); in serverinfo_find_extension()
H A Dssl_lib.c2954 *out = (unsigned char *)PACKET_data(&csubpkt); in SSL_select_next_proto()
2966 if (PACKET_equal(&csubpkt, PACKET_data(&ssubpkt), in SSL_select_next_proto()
2969 *out = (unsigned char *)PACKET_data(&ssubpkt); in SSL_select_next_proto()
5418 *out = PACKET_data(&s->clienthello->ciphersuites); in SSL_client_hello_get0_ciphers()
5481 *out = PACKET_data(&r->data); in SSL_client_hello_get0_ext()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dpacket.h59 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt) in PACKET_data() function
/third_party/openssl/include/internal/
H A Dpacket.h59 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt) in PACKET_data() function

Completed in 73 milliseconds

12