Searched refs:handshake (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | ssl_cli.c | 844 ssl->handshake->resume == 0 ) in ssl_write_client_hello() 1708 ssl->handshake->resume = 0; in ssl_parse_server_hello() 2184 ssl->handshake->pmslen = 48; in ssl_write_encrypted_pms() 2374 if( ssl->handshake->ecrs_enabled && in ssl_parse_server_key_exchange() 2419 if( ssl->handshake->ecrs_enabled ) in ssl_parse_server_key_exchange() 2985 ssl->handshake->ecrs_n = n; in ssl_write_client_key_exchange() 2991 n = ssl->handshake->ecrs_n; in ssl_write_client_key_exchange() 3146 ssl->handshake->premaster, 32, &ssl->handshake->pmslen, in ssl_write_client_key_exchange() 3229 if( ssl->handshake->ecrs_enabled && in ssl_write_certificate_verify() 3270 if( ssl->handshake->ecrs_enabled ) in ssl_write_certificate_verify() [all …]
|
A D | ssl_tls.c | 626 mbedtls_ssl_handshake_params *handshake = ssl->handshake; in mbedtls_ssl_derive_keys() local 737 ret = handshake->tls_prf( handshake->premaster, handshake->pmslen, in mbedtls_ssl_derive_keys() 750 ret = handshake->tls_prf( handshake->premaster, handshake->pmslen, in mbedtls_ssl_derive_keys() 1359 ssl->handshake->pmslen = p - ssl->handshake->premaster; in mbedtls_ssl_psk_derive_premaster() 2958 ssl->handshake->cur_msg = ssl->handshake->flight; in mbedtls_ssl_flight_transmit() 2959 ssl->handshake->cur_msg_p = ssl->handshake->flight->p + 12; in mbedtls_ssl_flight_transmit() 3114 ssl->handshake->in_flight_start_seq = ssl->handshake->in_msg_seq; in mbedtls_ssl_recv_flight_completed() 7468 memcpy( ssl->handshake->psk, psk, ssl->handshake->psk_len ); in mbedtls_ssl_set_hs_psk() 8035 if( ssl->handshake == NULL || ssl->handshake->mtu == 0 ) in ssl_get_current_mtu() 8881 mbedtls_ssl_handshake_params *handshake = ssl->handshake; in mbedtls_ssl_handshake_free() local [all …]
|
A D | ssl_srv.c | 306 if( ssl->handshake->curves != NULL ) in ssl_parse_supported_elliptic_curves() 327 ssl->handshake->curves = curves; in ssl_parse_supported_elliptic_curves() 573 ssl->handshake->resume = 1; in ssl_parse_session_ticket_ext() 789 ssl->handshake->key_cert = cur; in ssl_pick_cert() 1408 ssl->handshake->in_msg_seq++; in ssl_parse_client_hello() 2234 if( ( ssl->handshake->cli_exts & in ssl_write_supported_point_formats_ext() 2482 if( ssl->handshake->resume == 0 && in ssl_write_server_hello() 2491 ssl->handshake->resume = 1; in ssl_write_server_hello() 2494 if( ssl->handshake->resume == 0 ) in ssl_write_server_hello() 3633 ssl->handshake->pmslen = 48; in ssl_parse_encrypted_pms() [all …]
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | ssl_internal.h | 660 if( ssl->handshake != NULL && ssl->handshake->key_cert != NULL ) in mbedtls_ssl_own_key() 661 key_cert = ssl->handshake->key_cert; in mbedtls_ssl_own_key() 672 if( ssl->handshake != NULL && ssl->handshake->key_cert != NULL ) in mbedtls_ssl_own_cert() 673 key_cert = ssl->handshake->key_cert; in mbedtls_ssl_own_cert()
|
A D | config.h.bak | 1360 * connections and (2) client authentication after the initial handshake. 2399 * depending on the handshake parameters. Further, it is used for checking 2678 * depending on the handshake parameters, and for SHA1-signed certificates. 3142 * The minimum required outward buffer size is determined by the handshake 3145 * certificate data which is sent during the handshake. 3155 * DTLS handshake message reassembly and future message buffering. 3158 * to account for a reassembled handshake message of maximum size, 3163 * to reassembly a large handshake message (such as a certificate) 3164 * while buffering multiple smaller handshake messages. 3206 * Allow SHA-1 in the default TLS configuration for TLS 1.2 handshake [all …]
|
A D | ssl.h | 1064 mbedtls_ssl_handshake_params *handshake; /*!< params required only during member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/crypto/ |
A D | tls_polarssl.c | 392 os_memcpy(conn->client_random, ssl->handshake->randbytes, 32); in tls_connection_handshake() 393 os_memcpy(conn->server_random, ssl->handshake->randbytes + 32, 32); in tls_connection_handshake() 405 conn->tls_prf = ssl->handshake->tls_prf; in tls_connection_handshake() 981 os_memcpy(conn->client_random, ssl->handshake->randbytes, 32); in tls_connection_handshake() 982 os_memcpy(conn->server_random, ssl->handshake->randbytes + 32, 32); in tls_connection_handshake() 994 conn->tls_prf = ssl->handshake->tls_prf; in tls_connection_handshake()
|
/AliOS-Things-master/components/csi/csi2/include/drv/ |
A D | dma.h | 70 uint16_t handshake; ///< handshake id member
|
/AliOS-Things-master/hardware/chip/rtl872xd/tools/AmebaZ/Image_Tool/ |
A D | ChangeLog.txt | 30 20180905 v2.2.9 (1) Add timeout mechanism for handshake in AmebaZ/D flashloader.
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/ |
A D | ChangeLog.txt | 30 20180905 v2.2.9 (1) Add timeout mechanism for handshake in AmebaZ/D flashloader.
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 172 * Zeroize memory used for buffering or reassembling handshake messages 239 handshake when flights do not get through (RFC 6347, section 4.1.1.1, 243 * Add support for buffering out-of-order handshake messages in DTLS. 287 * Add support for buffering of out-of-order handshake messages. 798 * Fix handling of handshake messages in mbedtls_ssl_read() in case 804 * Add size-checks for record and handshake message content, securing 863 (the default), the handshake was correctly aborted). 1366 handshake with the same context. (See RFC 6347 section 4.2.8.) 2303 "triple handshake" attack when authentication mode is optional (the 2771 after the handshake. [all …]
|
/AliOS-Things-master/components/mbedtls/programs/ssl/ |
A D | ssl_server2.c | 2577 goto handshake; in main() 2660 handshake: in main()
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 407 Private Message: %sWPA/WPA2 handshake doneRECONNECTION FAILURENo Assoc Network After Scan D… 1204 �����O��0�(iq"QF��1�q!����A��`P��j(F�G ��������P�WPA/WPA2 handshake done�…
|
Completed in 65 milliseconds