Searched refs:s_key (Results 1 – 2 of 2) sorted by relevance
264 let mut s_key: aead::SealingKey<OneNonceSequence> = make_key(algorithm, key, nonce); in seal_with_key() localVariable265 s_key.seal_in_place_append_tag(aad, in_out) in seal_with_key()385 let s_key = aead::chacha20_poly1305_openssh::SealingKey::new(&key_bytes); in aead_chacha20_poly1305_openssh() localVariable386 s_key.seal_in_place(sequence_num, &mut s_in_out[..], &mut tag); in aead_chacha20_poly1305_openssh()
102 struct wpa_eapol_key *s_key, *key; in wpa_eapol_key_send() local134 s_key = (struct wpa_eapol_key *) (s_hdr + 1); in wpa_eapol_key_send()135 s_key_data = ((u8 *) (s_key + 1)) + 2; in wpa_eapol_key_send()