Home
last modified time | relevance | path

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

/crypto/
Dalgif_rng.c121 static void rng_release(void *private) in rng_release()
135 static int rng_accept_parent(void *private, struct sock *sk) in rng_accept_parent()
160 static int rng_setkey(void *private, const u8 *seed, unsigned int seedlen) in rng_setkey()
Dalgif_skcipher.c309 static void skcipher_release(void *private) in skcipher_release()
314 static int skcipher_setkey(void *private, const u8 *key, unsigned int keylen) in skcipher_setkey()
333 static int skcipher_accept_parent_nokey(void *private, struct sock *sk) in skcipher_accept_parent_nokey()
369 static int skcipher_accept_parent(void *private, struct sock *sk) in skcipher_accept_parent()
Dalgif_aead.c502 static void aead_release(void *private) in aead_release()
511 static int aead_setauthsize(void *private, unsigned int authsize) in aead_setauthsize()
518 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey()
541 static int aead_accept_parent_nokey(void *private, struct sock *sk) in aead_accept_parent_nokey()
579 static int aead_accept_parent(void *private, struct sock *sk) in aead_accept_parent()
Dalgif_hash.c406 static void hash_release(void *private) in hash_release()
411 static int hash_setkey(void *private, const u8 *key, unsigned int keylen) in hash_setkey()
426 static int hash_accept_parent_nokey(void *private, struct sock *sk) in hash_accept_parent_nokey()
453 static int hash_accept_parent(void *private, struct sock *sk) in hash_accept_parent()
Daf_alg.c109 static void alg_do_release(const struct af_alg_type *type, void *private) in alg_do_release()
157 void *private; in alg_bind() local