Home
last modified time | relevance | path

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

123

/linux-6.6.21/crypto/
Dcts.c121 skcipher_request_set_callback(subreq, req->base.flags & in cts_cbc_encrypt()
159 skcipher_request_set_callback(subreq, req->base.flags, in crypto_cts_encrypt()
170 skcipher_request_set_callback(subreq, req->base.flags, in crypto_cts_encrypt()
214 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.c183 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_copy_assoc()
217 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_encrypt()
255 skcipher_request_set_callback(skreq, flags, in crypto_authenc_decrypt_tail()
Dauthencesn.c172 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_esn_copy()
206 skcipher_request_set_callback(skreq, aead_request_flags(req), in crypto_authenc_esn_encrypt()
252 skcipher_request_set_callback(skreq, flags, in crypto_authenc_esn_decrypt_tail()
Dalgif_skcipher.c118 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
132 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
Dechainiv.c48 skcipher_request_set_callback(nreq, req->base.flags, in echainiv_encrypt()
Dxts.c183 skcipher_request_set_callback(subreq, req->base.flags, xts_cts_done, in xts_cts_final()
251 skcipher_request_set_callback(subreq, req->base.flags, compl, req); in xts_init_crypt()
Dchacha20poly1305.c141 skcipher_request_set_callback(&creq->req, rctx->flags, in chacha_decrypt()
381 skcipher_request_set_callback(&creq->req, rctx->flags, in poly_genkey()
417 skcipher_request_set_callback(&creq->req, rctx->flags, in chacha_encrypt()
Dseqiv.c71 skcipher_request_set_callback(nreq, req->base.flags, in seqiv_aead_encrypt()
Dgcm.c124 skcipher_request_set_callback(&data->req, CRYPTO_TFM_REQ_MAY_SLEEP | in crypto_gcm_setkey()
457 skcipher_request_set_callback(skreq, flags, gcm_encrypt_done, req); in crypto_gcm_encrypt()
495 skcipher_request_set_callback(skreq, flags, gcm_decrypt_done, req); in gcm_dec_hash_continue()
967 skcipher_request_set_callback(nreq, req->base.flags, NULL, NULL); in crypto_rfc4543_copy_src_to_dst()
Dadiantum.c149 skcipher_request_set_callback(&data->req, CRYPTO_TFM_REQ_MAY_SLEEP | in adiantum_setkey()
379 skcipher_request_set_callback(&rctx->u.streamcipher_req, in adiantum_crypt()
Dctr.c210 skcipher_request_set_callback(subreq, req->base.flags, in crypto_rfc3686_crypt()
/linux-6.6.21/net/rxrpc/
Drxkad.c218 skcipher_request_set_callback(req, 0, NULL, NULL); in rxkad_prime_packet_security()
279 skcipher_request_set_callback(req, 0, NULL, NULL); in rxkad_secure_packet_auth()
325 skcipher_request_set_callback(req, 0, NULL, NULL); in rxkad_secure_packet_encrypt()
372 skcipher_request_set_callback(req, 0, NULL, NULL); in rxkad_secure_packet()
436 skcipher_request_set_callback(req, 0, NULL, NULL); in rxkad_verify_packet_1()
514 skcipher_request_set_callback(req, 0, NULL, NULL); in rxkad_verify_packet_2()
585 skcipher_request_set_callback(req, 0, NULL, NULL); in rxkad_verify_packet()
777 skcipher_request_set_callback(req, 0, NULL, NULL); in rxkad_encrypt_response()
889 skcipher_request_set_callback(req, 0, NULL, NULL); in rxkad_decrypt_ticket()
1008 skcipher_request_set_callback(req, 0, NULL, NULL); in rxkad_decrypt_response()
/linux-6.6.21/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c131 skcipher_request_set_callback(req, 0, NULL, NULL); in krb5_encrypt()
185 skcipher_request_set_callback(req, 0, NULL, NULL); in krb5_decrypt()
456 skcipher_request_set_callback(req, 0, NULL, NULL); in gss_encrypt_xdr_buf()
540 skcipher_request_set_callback(req, 0, NULL, NULL); in gss_decrypt_xdr_buf()
627 skcipher_request_set_callback(req, 0, NULL, NULL); in gss_krb5_cts_crypt()
705 skcipher_request_set_callback(req, 0, NULL, NULL); in krb5_cbc_cts_encrypt()
765 skcipher_request_set_callback(req, 0, NULL, NULL); in krb5_cbc_cts_decrypt()
/linux-6.6.21/Documentation/crypto/
Dapi-skcipher.rst26 …_request_set_tfm skcipher_request_alloc skcipher_request_free skcipher_request_set_callback skciph…
Dapi-samples.rst74 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG |
/linux-6.6.21/arch/arm/crypto/
Daes-ce-glue.c279 skcipher_request_set_callback(&subreq, skcipher_request_flags(req), in cts_cbc_encrypt()
337 skcipher_request_set_callback(&subreq, skcipher_request_flags(req), in cts_cbc_decrypt()
467 skcipher_request_set_callback(&subreq, in xts_encrypt()
539 skcipher_request_set_callback(&subreq, in xts_decrypt()
Daes-neonbs-glue.c155 skcipher_request_set_callback(subreq, in cbc_encrypt()
354 skcipher_request_set_callback(&subreq, in __xts_crypt()
/linux-6.6.21/fs/crypto/
Dfname.c125 skcipher_request_set_callback(req, in fscrypt_fname_encrypt()
169 skcipher_request_set_callback(req, in fname_decrypt()
Dkeysetup_v1.c68 skcipher_request_set_callback(req, in derive_key_aes()
Dcrypto.c125 skcipher_request_set_callback( in fscrypt_crypt_block()
/linux-6.6.21/arch/arm64/crypto/
Daes-glue.c289 skcipher_request_set_callback(&subreq, skcipher_request_flags(req), in cts_cbc_encrypt()
346 skcipher_request_set_callback(&subreq, skcipher_request_flags(req), in cts_cbc_decrypt()
564 skcipher_request_set_callback(&subreq, in xts_encrypt()
636 skcipher_request_set_callback(&subreq, in xts_decrypt()
/linux-6.6.21/include/crypto/
Dskcipher.h574 static inline void skcipher_request_set_callback(struct skcipher_request *req, in skcipher_request_set_callback() function
/linux-6.6.21/tools/testing/crypto/chacha20-s390/
Dtest-cipher.c148 skcipher_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_skcipher()
/linux-6.6.21/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c153 skcipher_request_set_callback(&rctx->fallback_req, in ccp_aes_xts_crypt()
/linux-6.6.21/net/ceph/
Dcrypto.c239 skcipher_request_set_callback(req, 0, NULL, NULL); in ceph_aes_crypt()

123