Home
last modified time | relevance | path

Searched refs:crypto_wait_req (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/crypto/
Dalgif_hash.c86 err = crypto_wait_req(crypto_ahash_init(&ctx->req), &ctx->wait); in hash_sendmsg()
107 err = crypto_wait_req(crypto_ahash_update(&ctx->req), in hash_sendmsg()
126 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_sendmsg()
168 err = crypto_wait_req(err, &ctx->wait); in hash_sendpage()
176 err = crypto_wait_req(err, &ctx->wait); in hash_sendpage()
212 err = crypto_wait_req(crypto_ahash_init(&ctx->req), in hash_recvmsg()
220 err = crypto_wait_req(crypto_ahash_final(&ctx->req), in hash_recvmsg()
Dtestmgr.c248 ret = crypto_wait_req(crypto_ahash_update(req), wait); in ahash_partial_update()
343 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in __test_hash()
353 ret = crypto_wait_req(crypto_ahash_init(req), &wait); in __test_hash()
365 ret = crypto_wait_req(crypto_ahash_update(req), &wait); in __test_hash()
377 ret = crypto_wait_req(crypto_ahash_final(req), &wait); in __test_hash()
387 ret = crypto_wait_req(crypto_ahash_init(req), &wait); in __test_hash()
399 ret = crypto_wait_req(crypto_ahash_finup(req), &wait); in __test_hash()
469 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in __test_hash()
523 ret = crypto_wait_req(crypto_ahash_init(req), &wait); in __test_hash()
529 ret = crypto_wait_req(crypto_ahash_update(req), &wait); in __test_hash()
[all …]
Dtcrypt.c147 return crypto_wait_req(ret, wait); in do_one_aead_op()
175 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_aead_op()
714 return crypto_wait_req(ret, wait); in do_one_ahash_op()
736 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_ahash_op()
1170 rc[i] = crypto_wait_req(rc[i], &data[i].wait); in do_mult_acipher_op()
1415 return crypto_wait_req(ret, wait); in do_one_acipher_op()
Dalgif_skcipher.c144 err = crypto_wait_req(ctx->enc ? in _skcipher_recvmsg()
Dalgif_aead.c313 err = crypto_wait_req(ctx->enc ? in _aead_recvmsg()
Dgcm.c137 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), in crypto_gcm_setkey()
Ddrbg.c1755 ret = crypto_wait_req(crypto_skcipher_encrypt(drbg->ctr_req), in drbg_kcapi_sym_ctr()
/Linux-v4.19/Documentation/crypto/
Dapi-samples.rst25 rc = crypto_wait_req(crypto_skcipher_encrypt(sk->req), &sk->wait);
27 rc = crypto_wait_req(crypto_skcipher_decrypt(sk->req), &sk->wait);
/Linux-v4.19/fs/crypto/
Dfname.c71 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fname_encrypt()
116 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fname_decrypt()
Dcrypto.c178 res = crypto_wait_req(crypto_skcipher_decrypt(req), &wait); in fscrypt_do_page_crypto()
180 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in fscrypt_do_page_crypto()
Dkeyinfo.c61 res = crypto_wait_req(crypto_skcipher_encrypt(req), &wait); in derive_key_aes()
/Linux-v4.19/crypto/asymmetric_keys/
Dpublic_key.c132 ret = crypto_wait_req(crypto_akcipher_verify(req), &cwait); in public_key_verify_signature()
/Linux-v4.19/drivers/md/
Ddm-verity-target.c105 return crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
114 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_hash_update()
138 r = crypto_wait_req(crypto_ahash_init(req), wait); in verity_hash_init()
166 r = crypto_wait_req(crypto_ahash_final(req), wait); in verity_hash_final()
393 r = crypto_wait_req(crypto_ahash_update(req), wait); in verity_for_io_block()
/Linux-v4.19/security/integrity/ima/
Dima_crypto.c199 err = crypto_wait_req(err, wait); in ahash_wait()
/Linux-v4.19/net/tls/
Dtls_sw.c65 ret = crypto_wait_req(crypto_aead_decrypt(aead_req), &ctx->async_wait); in tls_do_decryption()
193 rc = crypto_wait_req(crypto_aead_encrypt(aead_req), &ctx->async_wait); in tls_do_encryption()
/Linux-v4.19/drivers/crypto/qce/
Dsha.c406 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in qce_ahash_hmac_setkey()
/Linux-v4.19/include/linux/
Dcrypto.h512 static inline int crypto_wait_req(int err, struct crypto_wait *wait) in crypto_wait_req() function
/Linux-v4.19/drivers/crypto/mediatek/
Dmtk-aes.c1004 err = crypto_wait_req(crypto_skcipher_encrypt(&data->req), in mtk_aes_gcm_setkey()
/Linux-v4.19/fs/cifs/
Dsmb2ops.c2664 rc = crypto_wait_req(enc ? crypto_aead_encrypt(req) in crypt_message()
/Linux-v4.19/drivers/crypto/
Dtalitos.c2214 ret = crypto_wait_req(crypto_ahash_digest(req), &wait); in keyhash()