Home
last modified time | relevance | path

Searched refs:write_key (Results 1 – 7 of 7) sorted by relevance

/external/toybox/toys/other/
Dsysctl.c51 static int write_key(char *path, char *key, char *value) in write_key() function
108 if (!(value && (!write_key(path, key, value) || (toys.optflags & FLAG_q)))) { in process_key()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.h36 u8 write_key[TLS_MAX_WRITE_KEY_LEN]; member
Dtlsv1_record.c88 rl->write_iv, rl->write_key, in tlsv1_record_change_write_cipher()
Dtlsv1_server.c110 os_memcpy(conn->rl.write_key, pos, conn->rl.key_material_len); in tlsv1_server_derive_keys()
Dtlsv1_client.c102 os_memcpy(conn->rl.write_key, pos, conn->rl.key_material_len); in tls_derive_keys()
/external/libxkbcommon/src/xkbcomp/
Dkeymap-dump.c493 write_key(struct xkb_keymap *keymap, struct buf *buf, in write_key() function
623 write_key(keymap, buf, key); in write_symbols()
/external/scapy/scapy/layers/tls/
Dsession.py247 write_key = self.hkdf.expand_label(key_material, b"key", b"", key_len)
249 self.cipher = cipher_alg(write_key, write_iv)