/linux-4.19.296/crypto/ |
D | cts.c | 125 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()
|
D | authenc.c | 199 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()
|
D | authencesn.c | 189 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()
|
D | algif_skcipher.c | 122 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()
|
D | echainiv.c | 53 skcipher_request_set_callback(nreq, req->base.flags, in echainiv_encrypt()
|
D | chacha20poly1305.c | 153 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()
|
D | seqiv.c | 79 skcipher_request_set_callback(nreq, req->base.flags, in seqiv_aead_encrypt()
|
D | gcm.c | 130 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()
|
D | ccm.c | 320 skcipher_request_set_callback(skreq, pctx->flags, in crypto_ccm_encrypt() 385 skcipher_request_set_callback(skreq, pctx->flags, in crypto_ccm_decrypt()
|
D | ctr.c | 306 skcipher_request_set_callback(subreq, req->base.flags, in crypto_rfc3686_crypt()
|
D | algif_aead.c | 85 skcipher_request_set_callback(skreq, CRYPTO_TFM_REQ_MAY_SLEEP, in crypto_aead_copy_sgl()
|
D | lrw.c | 290 skcipher_request_set_callback(subreq, req->base.flags, done, req); in init_crypt()
|
D | xts.c | 225 skcipher_request_set_callback(subreq, req->base.flags, done, req); in init_crypt()
|
D | cryptd.c | 493 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()
|
D | tcrypt.c | 1300 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()
|
D | drbg.c | 1768 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG | in drbg_init_sym_kernel()
|
D | testmgr.c | 1146 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in __test_skcipher()
|
/linux-4.19.296/fs/crypto/ |
D | fname.c | 64 skcipher_request_set_callback(req, in fname_encrypt() 105 skcipher_request_set_callback(req, in fname_decrypt()
|
D | crypto.c | 171 skcipher_request_set_callback( in fscrypt_do_page_crypto()
|
D | keyinfo.c | 50 skcipher_request_set_callback(req, in derive_key_aes()
|
/linux-4.19.296/include/crypto/ |
D | skcipher.h | 577 static inline void skcipher_request_set_callback(struct skcipher_request *req, in skcipher_request_set_callback() function
|
/linux-4.19.296/fs/ecryptfs/ |
D | keystore.c | 709 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()
|
D | crypto.c | 347 skcipher_request_set_callback(req, in crypt_scatterlist()
|
/linux-4.19.296/fs/cifs/ |
D | cifsencrypt.c | 807 skcipher_request_set_callback(req, 0, NULL, NULL); in calc_seckey()
|