Searched refs:write_key (Results 1 – 8 of 8) sorted by relevance
/external/toybox/toys/other/ |
D | sysctl.c | 51 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/ |
D | tlsv1_record.h | 36 u8 write_key[TLS_MAX_WRITE_KEY_LEN]; member
|
D | tlsv1_record.c | 88 rl->write_iv, rl->write_key, in tlsv1_record_change_write_cipher()
|
D | tlsv1_server.c | 110 os_memcpy(conn->rl.write_key, pos, conn->rl.key_material_len); in tlsv1_server_derive_keys()
|
D | tlsv1_client.c | 101 os_memcpy(conn->rl.write_key, pos, conn->rl.key_material_len); in tls_derive_keys()
|
/external/boringssl/src/include/openssl/ |
D | ssl2.h | 192 unsigned char *write_key; member
|
D | ssl.h | 2283 const RC4_KEY **write_key);
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 2919 const RC4_KEY **write_key) { in SSL_get_rc4_state() argument 2925 EVP_AEAD_CTX_get_rc4_state(&ssl->aead_write_ctx->ctx, write_key); in SSL_get_rc4_state()
|