Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_fastopen.c146 void *primary_key, void *backup_key) in tcp_fastopen_reset_cipher() argument
160 if (backup_key) { in tcp_fastopen_reset_cipher()
161 ctx->key[1].key[0] = get_unaligned_le64(backup_key); in tcp_fastopen_reset_cipher()
162 ctx->key[1].key[1] = get_unaligned_le64(backup_key + 8); in tcp_fastopen_reset_cipher()