Home
last modified time | relevance | path

Searched refs:af_alg_wait_for_completion (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/crypto/
Dalgif_hash.c57 err = af_alg_wait_for_completion(crypto_ahash_init(&ctx->req), in hash_sendmsg()
79 err = af_alg_wait_for_completion(crypto_ahash_update(&ctx->req), in hash_sendmsg()
94 err = af_alg_wait_for_completion(crypto_ahash_final(&ctx->req), in hash_sendmsg()
129 err = af_alg_wait_for_completion(err, &ctx->completion); in hash_sendpage()
137 err = af_alg_wait_for_completion(err, &ctx->completion); in hash_sendpage()
167 err = af_alg_wait_for_completion(crypto_ahash_final(&ctx->req), in hash_recvmsg()
Daf_alg.c482 int af_alg_wait_for_completion(int err, struct af_alg_completion *completion) in af_alg_wait_for_completion() function
495 EXPORT_SYMBOL_GPL(af_alg_wait_for_completion);
Dalgif_aead.c448 err = af_alg_wait_for_completion(ctx->enc ? in aead_recvmsg()
Dalgif_skcipher.c684 err = af_alg_wait_for_completion( in skcipher_recvmsg_sync()
/linux-4.4.14/include/crypto/
Dif_alg.h84 int af_alg_wait_for_completion(int err, struct af_alg_completion *completion);