Home
last modified time | relevance | path

Searched refs:read_key (Results 1 - 10 of 10) sorted by relevance

/third_party/openssl/test/testutil/
H A Dstanza.c41 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/
H A Dtlsv1_record.h37 u8 read_key[TLS_MAX_WRITE_KEY_LEN]; member
H A Dtlsv1_record.c122 rl->read_iv, rl->read_key, in tlsv1_record_change_read_cipher()
H A Dtlsv1_client.c105 os_memcpy(conn->rl.read_key, pos, conn->rl.key_material_len); in tls_derive_keys()
H A Dtlsv1_server.c107 os_memcpy(conn->rl.read_key, pos, conn->rl.key_material_len); in tlsv1_server_derive_keys()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_record.h37 u8 read_key[TLS_MAX_WRITE_KEY_LEN]; member
H A Dtlsv1_record.c122 rl->read_iv, rl->read_key, in tlsv1_record_change_read_cipher()
H A Dtlsv1_client.c129 os_memcpy(conn->rl.read_key, pos, conn->rl.key_material_len); in tls_derive_keys()
H A Dtlsv1_server.c107 os_memcpy(conn->rl.read_key, pos, conn->rl.key_material_len); in tlsv1_server_derive_keys()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c456 static int read_key(void) in read_key() function
3533 /* read_key() returns 0 on EOF */ in check_keyboard_interaction()
3535 key = read_key(); in check_keyboard_interaction()
3562 while ((k = read_key()) != '\n' && k != '\r' && i < sizeof(buf)-1) in check_keyboard_interaction()
3607 while ((k = read_key()) != '\n' && k != '\r' && i < sizeof(buf)-1) in check_keyboard_interaction()

Completed in 12 milliseconds