Home
last modified time | relevance | path

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

/crypto/
Decb.c17 void (*fn)(struct crypto_tfm *, u8 *, const u8 *)) in crypto_ecb_crypt()
31 fn(crypto_cipher_tfm(cipher), dst, src); in crypto_ecb_crypt()
Dcipher.c59 static void cipher_crypt_unaligned(void (*fn)(struct crypto_tfm *, u8 *, in cipher_crypt_unaligned()
70 fn(tfm, tmp, tmp); in cipher_crypt_unaligned()
Dctr.c48 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = in crypto_ctr_crypt_segment() local
58 fn(crypto_cipher_tfm(tfm), dst, ctrblk); in crypto_ctr_crypt_segment()
74 void (*fn)(struct crypto_tfm *, u8 *, const u8 *) = in crypto_ctr_crypt_inplace() local
86 fn(crypto_cipher_tfm(tfm), keystream, ctrblk); in crypto_ctr_crypt_inplace()