Home
last modified time | relevance | path

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

/crypto/
Darc4.c90 static void arc4_crypt_one(struct crypto_tfm *tfm, u8 *out, const u8 *in) in arc4_crypt_one() function
129 .cia_encrypt = arc4_crypt_one,
130 .cia_decrypt = arc4_crypt_one,