Searched refs:read_key (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/test/testutil/ |
D | stanza.c | 41 static int read_key(STANZA *s) in read_key() function 130 if (!read_key(s)) in test_readstanza() 134 if (!read_key(s)) in test_readstanza()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_record.h | 37 u8 read_key[TLS_MAX_WRITE_KEY_LEN]; member
|
D | tlsv1_record.c | 122 rl->read_iv, rl->read_key, in tlsv1_record_change_read_cipher()
|
D | tlsv1_server.c | 107 os_memcpy(conn->rl.read_key, pos, conn->rl.key_material_len); in tlsv1_server_derive_keys()
|
D | tlsv1_client.c | 105 os_memcpy(conn->rl.read_key, pos, conn->rl.key_material_len); in tls_derive_keys()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_record.h | 37 u8 read_key[TLS_MAX_WRITE_KEY_LEN]; member
|
D | tlsv1_record.c | 122 rl->read_iv, rl->read_key, in tlsv1_record_change_read_cipher()
|
D | tlsv1_server.c | 107 os_memcpy(conn->rl.read_key, pos, conn->rl.key_material_len); in tlsv1_server_derive_keys()
|
D | tlsv1_client.c | 129 os_memcpy(conn->rl.read_key, pos, conn->rl.key_material_len); in tls_derive_keys()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 457 static int read_key(void) in read_key() function 3988 key = read_key(); in check_keyboard_interaction() 4013 while ((k = read_key()) != '\n' && k != '\r' && i < sizeof(buf)-1) in check_keyboard_interaction() 4058 while ((k = read_key()) != '\n' && k != '\r' && i < sizeof(buf)-1) in check_keyboard_interaction()
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 1919 (read_line), (read_string), (read_key), (parse_response_status),
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 140179 (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
|