Home
last modified time | relevance | path

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

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-proto/src/crypto/handshake/
H A Dhs_ntor.rs118 fn encrypt_and_mac( in encrypt_and_mac() function
180 let (ciphertext, mac_tag) = encrypt_and_mac( in client_send_intro()
/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.c1547 static int encrypt_and_mac(struct tc *tc, struct ip *ip, struct tcphdr *tcp) in encrypt_and_mac() function
1679 if (encrypt_and_mac(tc, ip, tcp)) { in do_output_encrypting()