Searched refs:private (Results 1 – 6 of 6) sorted by relevance
43 struct af_alg_ctx *ctx = ask->private; in aead_sufficient_data()44 struct crypto_aead *tfm = pask->private; in aead_sufficient_data()60 struct crypto_aead *tfm = pask->private; in aead_sendmsg()73 struct af_alg_ctx *ctx = ask->private; in _aead_recvmsg()74 struct crypto_aead *tfm = pask->private; in _aead_recvmsg()361 tfm = pask->private; in aead_check_key()429 static void aead_release(void *private) in aead_release() argument431 crypto_free_aead(private); in aead_release()463 struct crypto_aead *tfm = private; in aead_accept_parent_nokey()483 ask->private = ctx; in aead_accept_parent_nokey()[all …]
44 struct crypto_skcipher *tfm = pask->private; in skcipher_sendmsg()63 ctx = ask->private; in algif_skcipher_export()66 tfm = pask->private; in algif_skcipher_export()103 struct af_alg_ctx *ctx = ask->private; in _skcipher_recvmsg()104 struct crypto_skcipher *tfm = pask->private; in _skcipher_recvmsg()280 tfm = pask->private; in skcipher_check_key()350 crypto_free_skcipher(private); in skcipher_release()361 struct af_alg_ctx *ctx = ask->private; in skcipher_sock_destruct()378 struct crypto_skcipher *tfm = private; in skcipher_accept_parent_nokey()398 ask->private = ctx; in skcipher_accept_parent_nokey()[all …]
112 struct rng_ctx *ctx = ask->private; in rng_recvmsg()122 struct rng_ctx *ctx = ask->private; in rng_test_recvmsg()137 struct rng_ctx *ctx = ask->private; in rng_test_sendmsg()219 static void rng_release(void *private) in rng_release() argument221 struct rng_parent_ctx *pctx = private; in rng_release()233 struct rng_ctx *ctx = ask->private; in rng_sock_destruct()240 static int rng_accept_parent(void *private, struct sock *sk) in rng_accept_parent() argument243 struct rng_parent_ctx *pctx = private; in rng_accept_parent()262 ask->private = ctx; in rng_accept_parent()277 struct rng_parent_ctx *pctx = private; in rng_setkey()[all …]
68 struct hash_ctx *ctx = ask->private; in hash_sendmsg()184 struct hash_ctx *ctx = ask->private; in hash_recvmsg()231 struct hash_ctx *ctx = ask->private; in hash_accept()261 ctx2 = ask2->private; in hash_accept()309 tfm = pask->private; in hash_check_key()388 static void hash_release(void *private) in hash_release() argument390 crypto_free_ahash(private); in hash_release()401 struct hash_ctx *ctx = ask->private; in hash_sock_destruct()410 struct crypto_ahash *tfm = private; in hash_accept_parent_nokey()424 ask->private = ctx; in hash_accept_parent_nokey()[all …]
118 type->release(private); in alg_do_release()155 void *private; in alg_bind() local185 if (IS_ERR(private)) { in alg_bind()187 return PTR_ERR(private); in alg_bind()196 swap(ask->private, private); in alg_bind()203 alg_do_release(type, private); in alg_bind()440 err = type->accept(ask->private, sk2); in af_alg_accept()608 struct af_alg_ctx *ctx = ask->private; in af_alg_alloc_tsgl()706 struct af_alg_ctx *ctx = ask->private; in af_alg_pull_tsgl()774 struct af_alg_ctx *ctx = ask->private; in af_alg_free_areq_sgls()[all …]
37 tristate "PKCS#8 private key parser"43 private key data and provides the ability to instantiate a crypto key
Completed in 12 milliseconds