Home
last modified time | relevance | path

Searched refs:cra_u (Results 1 - 25 of 87) sorted by relevance

1234

/kernel/linux/linux-5.10/crypto/
H A Dalgif_skcipher.c106 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg()
107 skcipher_request_set_crypt(&areq->cra_u.skcipher_req, areq->tsgl, in _skcipher_recvmsg()
118 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
122 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
123 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg()
132 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
137 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
138 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
H A Dalgif_aead.c280 aead_request_set_crypt(&areq->cra_u.aead_req, rsgl_src, in _aead_recvmsg()
282 aead_request_set_ad(&areq->cra_u.aead_req, ctx->aead_assoclen); in _aead_recvmsg()
283 aead_request_set_tfm(&areq->cra_u.aead_req, tfm); in _aead_recvmsg()
293 aead_request_set_callback(&areq->cra_u.aead_req, in _aead_recvmsg()
296 err = ctx->enc ? crypto_aead_encrypt(&areq->cra_u.aead_req) : in _aead_recvmsg()
297 crypto_aead_decrypt(&areq->cra_u.aead_req); in _aead_recvmsg()
306 aead_request_set_callback(&areq->cra_u.aead_req, in _aead_recvmsg()
311 crypto_aead_encrypt(&areq->cra_u.aead_req) : in _aead_recvmsg()
312 crypto_aead_decrypt(&areq->cra_u.aead_req), in _aead_recvmsg()
H A Ddes_generic.c93 .cra_u = { .cipher = {
107 .cra_u = { .cipher = {
H A Dcrypto_null.c131 .cra_u = { .cipher = {
144 .cra_u = { .compress = {
H A Dtea.c225 .cra_u = { .cipher = {
239 .cra_u = { .cipher = {
253 .cra_u = { .cipher = {
H A Dlzo-rle.c118 .cra_u = { .compress = {
H A Dlz4hc.c116 .cra_u = { .compress = {
H A Dlzo.c118 .cra_u = { .compress = {
H A Dlz4.c115 .cra_u = { .compress = {
H A D842.c104 .cra_u = { .compress = {
/kernel/linux/linux-6.6/crypto/
H A Dalgif_skcipher.c106 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg()
107 skcipher_request_set_crypt(&areq->cra_u.skcipher_req, areq->tsgl, in _skcipher_recvmsg()
118 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
122 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
123 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg()
132 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
137 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
138 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
H A Dalgif_aead.c282 aead_request_set_crypt(&areq->cra_u.aead_req, rsgl_src, in _aead_recvmsg()
284 aead_request_set_ad(&areq->cra_u.aead_req, ctx->aead_assoclen); in _aead_recvmsg()
285 aead_request_set_tfm(&areq->cra_u.aead_req, tfm); in _aead_recvmsg()
295 aead_request_set_callback(&areq->cra_u.aead_req, in _aead_recvmsg()
298 err = ctx->enc ? crypto_aead_encrypt(&areq->cra_u.aead_req) : in _aead_recvmsg()
299 crypto_aead_decrypt(&areq->cra_u.aead_req); in _aead_recvmsg()
308 aead_request_set_callback(&areq->cra_u.aead_req, in _aead_recvmsg()
313 crypto_aead_encrypt(&areq->cra_u.aead_req) : in _aead_recvmsg()
314 crypto_aead_decrypt(&areq->cra_u.aead_req), in _aead_recvmsg()
H A Ddes_generic.c93 .cra_u = { .cipher = {
107 .cra_u = { .cipher = {
H A Dcrypto_null.c131 .cra_u = { .cipher = {
144 .cra_u = { .compress = {
H A Dtea.c225 .cra_u = { .cipher = {
239 .cra_u = { .cipher = {
253 .cra_u = { .cipher = {
H A Dsm4_generic.c65 .cra_u = {
H A Dlzo-rle.c118 .cra_u = { .compress = {
H A Dlz4hc.c116 .cra_u = { .compress = {
H A Dlzo.c118 .cra_u = { .compress = {
/kernel/linux/linux-6.6/include/linux/
H A Dcrypto.h262 #define cra_cipher cra_u.cipher
263 #define cra_compress cra_u.compress
289 * @cra_u types: cipher -- For both input data and output data
313 * @cra_u: Callbacks implementing the transformation. This is a union of
329 * @cra_u.cipher: Union member which contains a single-block symmetric cipher
331 * @cra_u.compress: Union member which contains a (de)compression algorithm.
363 } cra_u; member
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dtwofish_glue.c73 .cra_u = {
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dtwofish_glue.c73 .cra_u = {
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dsm4-ce-glue.c54 .cra_u.cipher = {
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsm4-ce-cipher-glue.c62 .cra_u.cipher = {
/kernel/linux/linux-5.10/include/linux/
H A Dcrypto.h379 #define cra_cipher cra_u.cipher
380 #define cra_compress cra_u.compress
406 * @cra_u types: cipher -- For both input data and output data
430 * @cra_u: Callbacks implementing the transformation. This is a union of
446 * @cra_u.cipher: Union member which contains a single-block symmetric cipher
448 * @cra_u.compress: Union member which contains a (de)compression algorithm.
489 } cra_u; member

Completed in 13 milliseconds

1234