Searched defs:private (Results 1 – 5 of 5) sorted by relevance
/crypto/ |
D | algif_rng.c | 221 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()
|
D | algif_skcipher.c | 298 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()
|
D | algif_aead.c | 496 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()
|
D | algif_hash.c | 399 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()
|
D | af_alg.c | 110 static void alg_do_release(const struct af_alg_type *type, void *private) in alg_do_release() 152 void *private; in alg_bind() local
|