Searched refs:backup_key (Results 1 – 3 of 3) sorted by relevance
70 void *primary_key, void *backup_key) in tcp_fastopen_reset_cipher() argument84 if (backup_key) { in tcp_fastopen_reset_cipher()85 ctx->key[1].key[0] = get_unaligned_le64(backup_key); in tcp_fastopen_reset_cipher()86 ctx->key[1].key[1] = get_unaligned_le64(backup_key + 8); in tcp_fastopen_reset_cipher()
3184 __u8 *backup_key = NULL; in do_tcp_setsockopt() local3197 backup_key = key + TCP_FASTOPEN_KEY_LENGTH; in do_tcp_setsockopt()3199 return tcp_fastopen_reset_cipher(net, sk, key, backup_key); in do_tcp_setsockopt()
1686 void *primary_key, void *backup_key);