Home
last modified time | relevance | path

Searched defs:private (Results 1 – 5 of 5) sorted by relevance

/crypto/
Dalgif_rng.c221 static void rng_release(void *private) in rng_release()
242 static int rng_accept_parent(void *private, struct sock *sk) in rng_accept_parent()
277 static int rng_setkey(void *private, const u8 *seed, unsigned int seedlen) in rng_setkey()
287 static int __maybe_unused rng_setentropy(void *private, sockptr_t entropy, in rng_setentropy()
Dalgif_skcipher.c298 static void skcipher_release(void *private) in skcipher_release()
303 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) in skcipher_setkey()
322 static int skcipher_accept_parent_nokey(void *private, struct sock *sk) in skcipher_accept_parent_nokey()
353 static int skcipher_accept_parent(void *private, struct sock *sk) in skcipher_accept_parent()
Dalgif_aead.c496 static void aead_release(void *private) in aead_release()
505 static int aead_setauthsize(void *private, unsigned int authsize) in aead_setauthsize()
512 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey()
535 static int aead_accept_parent_nokey(void *private, struct sock *sk) in aead_accept_parent_nokey()
567 static int aead_accept_parent(void *private, struct sock *sk) in aead_accept_parent()
Dalgif_hash.c399 static void hash_release(void *private) in hash_release()
404 static int hash_setkey(void *private, const u8 *key, unsigned int keylen) in hash_setkey()
419 static int hash_accept_parent_nokey(void *private, struct sock *sk) in hash_accept_parent_nokey()
446 static int hash_accept_parent(void *private, struct sock *sk) in hash_accept_parent()
Daf_alg.c110 static void alg_do_release(const struct af_alg_type *type, void *private) in alg_do_release()
152 void *private; in alg_bind() local