Home
last modified time | relevance | path

Searched refs:skcipher_request_set_callback (Results 1 – 24 of 24) sorted by relevance

/linux-4.19.296/crypto/
Dcts.c125 skcipher_request_set_callback(subreq, req->base.flags & in cts_cbc_encrypt()
161 skcipher_request_set_callback(subreq, req->base.flags, in crypto_cts_encrypt()
172 skcipher_request_set_callback(subreq, req->base.flags, in crypto_cts_encrypt()
216 skcipher_request_set_callback(subreq, req->base.flags & in cts_cbc_decrypt()
254 skcipher_request_set_callback(subreq, req->base.flags, in crypto_cts_decrypt()
262 skcipher_request_set_callback(subreq, req->base.flags, in crypto_cts_decrypt()
Dauthenc.c199 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_copy_assoc()
233 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_encrypt()
271 skcipher_request_set_callback(skreq, flags, in crypto_authenc_decrypt_tail()
Dauthencesn.c189 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_esn_copy()
223 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_esn_encrypt()
269 skcipher_request_set_callback(skreq, flags, in crypto_authenc_esn_decrypt_tail()
Dalgif_skcipher.c122 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
136 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
Dechainiv.c53 skcipher_request_set_callback(nreq, req->base.flags, in echainiv_encrypt()
Dchacha20poly1305.c153 skcipher_request_set_callback(&creq->req, rctx->flags, in chacha_decrypt()
402 skcipher_request_set_callback(&creq->req, rctx->flags, in poly_genkey()
442 skcipher_request_set_callback(&creq->req, rctx->flags, in chacha_encrypt()
Dseqiv.c79 skcipher_request_set_callback(nreq, req->base.flags, in seqiv_aead_encrypt()
Dgcm.c130 skcipher_request_set_callback(&data->req, CRYPTO_TFM_REQ_MAY_SLEEP | in crypto_gcm_setkey()
481 skcipher_request_set_callback(skreq, flags, gcm_encrypt_done, req); in crypto_gcm_encrypt()
519 skcipher_request_set_callback(skreq, flags, gcm_decrypt_done, req); in gcm_dec_hash_continue()
1061 skcipher_request_set_callback(nreq, req->base.flags, NULL, NULL); in crypto_rfc4543_copy_src_to_dst()
Dccm.c320 skcipher_request_set_callback(skreq, pctx->flags, in crypto_ccm_encrypt()
385 skcipher_request_set_callback(skreq, pctx->flags, in crypto_ccm_decrypt()
Dctr.c306 skcipher_request_set_callback(subreq, req->base.flags, in crypto_rfc3686_crypt()
Dalgif_aead.c85 skcipher_request_set_callback(skreq, CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_aead_copy_sgl()
Dlrw.c290 skcipher_request_set_callback(subreq, req->base.flags, done, req); in init_crypt()
Dxts.c225 skcipher_request_set_callback(subreq, req->base.flags, done, req); in init_crypt()
Dcryptd.c493 skcipher_request_set_callback(subreq, CRYPTO_TFM_REQ_MAY_SLEEP, in cryptd_skcipher_encrypt()
521 skcipher_request_set_callback(subreq, CRYPTO_TFM_REQ_MAY_SLEEP, in cryptd_skcipher_decrypt()
Dtcrypt.c1300 skcipher_request_set_callback(data[i].req, in test_mb_skcipher_speed()
1522 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_skcipher_speed()
Ddrbg.c1768 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in drbg_init_sym_kernel()
Dtestmgr.c1146 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in __test_skcipher()
/linux-4.19.296/fs/crypto/
Dfname.c64 skcipher_request_set_callback(req, in fname_encrypt()
105 skcipher_request_set_callback(req, in fname_decrypt()
Dcrypto.c171 skcipher_request_set_callback( in fscrypt_do_page_crypto()
Dkeyinfo.c50 skcipher_request_set_callback(req, in derive_key_aes()
/linux-4.19.296/include/crypto/
Dskcipher.h577 static inline void skcipher_request_set_callback(struct skcipher_request *req, in skcipher_request_set_callback() function
/linux-4.19.296/fs/ecryptfs/
Dkeystore.c709 skcipher_request_set_callback(s->skcipher_req, in ecryptfs_write_tag_70_packet()
1029 skcipher_request_set_callback(s->skcipher_req, in ecryptfs_parse_tag_70_packet()
1718 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in decrypt_passphrase_encrypted_session_key()
2312 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, in write_tag_3_packet()
Dcrypto.c347 skcipher_request_set_callback(req, in crypt_scatterlist()
/linux-4.19.296/fs/cifs/
Dcifsencrypt.c807 skcipher_request_set_callback(req, 0, NULL, NULL); in calc_seckey()