Searched refs:PACKET_data (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/crypto/openssl/ssl/statem/ |
| H A D | extensions_srvr.c | 278 !s->ext.session_ticket_cb(s, PACKET_data(pkt), in tls_parse_ctos_session_ticket() 393 id_data = PACKET_data(&responder_id); in tls_parse_ctos_status_request() 428 const unsigned char *ext_data = PACKET_data(&exts); in tls_parse_ctos_status_request() 717 PACKET_data(&encoded_pt), in tls_parse_ctos_key_share() 758 data = PACKET_data(&raw); in tls_parse_ctos_cookie() 766 mdin = PACKET_data(&raw); in tls_parse_ctos_cookie() 835 ciphdata = PACKET_data(&cookie); in tls_parse_ctos_cookie() 871 if (s->ctx->verify_stateless_cookie_cb(s, PACKET_data(&appcookie), in tls_parse_ctos_cookie() 938 if (!create_synthetic_message_hash(s, PACKET_data(&chhash), in tls_parse_ctos_cookie() 1039 tmpsess = lookup_sess_in_cache(s, PACKET_data(tick), in tls_get_stateful_ticket() [all …]
|
| H A D | statem_clnt.c | 1505 || memcmp(PACKET_data(&session_id), s->tmp_session_id, in tls_process_server_hello() 1635 memcpy(s->session->session_id, PACKET_data(&session_id), in tls_process_server_hello() 2053 BN_bin2bn(PACKET_data(&prime), in tls_process_ske_srp() 2056 BN_bin2bn(PACKET_data(&generator), in tls_process_ske_srp() 2059 BN_bin2bn(PACKET_data(&salt), in tls_process_ske_srp() 2062 BN_bin2bn(PACKET_data(&server_pub), in tls_process_ske_srp() 2118 bnpub_key = BN_bin2bn(PACKET_data(&pub_key), in tls_process_ske_dhe() 2234 PACKET_data(&encoded_pt), in tls_process_ske_ecdhe() 2401 tbslen = construct_key_exchange_tbs(s, &tbs, PACKET_data(¶ms), in tls_process_key_exchange() 2408 rv = EVP_DigestVerify(md_ctx, PACKET_data(&signature), in tls_process_key_exchange() [all …]
|
| H A D | extensions_clnt.c | 1404 !s->ext.session_ticket_cb(s, PACKET_data(pkt), in tls_parse_stoc_session_ticket() 1527 PACKET_data(pkt), PACKET_remaining(pkt), in tls_parse_stoc_sct() 1586 PACKET_data(pkt), in tls_parse_stoc_npn() 1880 if (!EVP_PKEY_set1_tls_encodedpoint(skey, PACKET_data(&encoded_pt), in tls_parse_stoc_key_share()
|
| H A D | extensions.c | 649 PACKET_data(&thisex->data), in tls_collect_extensions() 729 PACKET_data(&currext->data), in tls_parse_extension()
|
| H A D | statem_srvr.c | 3068 PACKET_data(&enc_premaster), in tls_process_cke_rsa() 3401 ptr = PACKET_data(pkt); in tls_process_cke_gost() 3413 if (!PACKET_forward(pkt, ptr - PACKET_data(pkt))) { in tls_process_cke_gost()
|
| H A D | statem_lib.c | 809 if (CRYPTO_memcmp(PACKET_data(pkt), s->s3->tmp.peer_finish_md, in tls_process_finished()
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | d1_lib.c | 589 data = PACKET_data(&msgpkt); in DTLSv1_listen() 672 if (s->ctx->app_verify_cookie_cb(s, PACKET_data(&cookiepkt), in DTLSv1_listen()
|
| H A D | packet_local.h | 58 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt) in PACKET_data() function
|
| H A D | ssl_rsa.c | 707 *extension_data = PACKET_data(&data); in serverinfo_find_extension()
|
| H A D | ssl_lib.c | 5253 *out = PACKET_data(&s->clienthello->ciphersuites); in SSL_client_hello_get0_ciphers() 5317 *out = PACKET_data(&r->data); in SSL_client_hello_get0_ext()
|
| H A D | t1_lib.c | 1329 return tls_decrypt_ticket(s, PACKET_data(&ticketext->data), size, in tls_get_ticket_from_client()
|