Home
last modified time | relevance | path

Searched defs:xor_keystream (Results 1 – 3 of 3) sorted by relevance

/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/
H A Dcryptoutil.rs178 pub fn xor_keystream(dst: &mut[u8], plaintext: &[u8], keystream: &[u8]) { in xor_keystream() function
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/
H A Dcryptoutil.rs178 pub fn xor_keystream(dst: &mut[u8], plaintext: &[u8], keystream: &[u8]) { in xor_keystream() function
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/
H A Daireplay-ng.c928 xor_keystream(unsigned char * ph80211, unsigned char * keystream, int len) in xor_keystream() function