Home
last modified time | relevance | path

Searched refs:cra_u (Results 1 – 25 of 45) sorted by relevance

12

/linux-6.12.1/crypto/
Dalgif_skcipher.c90 err = algif_skcipher_export(sk, &areq->cra_u.skcipher_req); in algif_skcipher_done()
155 skcipher_request_set_tfm(&areq->cra_u.skcipher_req, tfm); in _skcipher_recvmsg()
156 skcipher_request_set_crypt(&areq->cra_u.skcipher_req, areq->tsgl, in _skcipher_recvmsg()
160 err = crypto_skcipher_import(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
177 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
182 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
183 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req); in _skcipher_recvmsg()
192 skcipher_request_set_callback(&areq->cra_u.skcipher_req, in _skcipher_recvmsg()
198 crypto_skcipher_encrypt(&areq->cra_u.skcipher_req) : in _skcipher_recvmsg()
199 crypto_skcipher_decrypt(&areq->cra_u.skcipher_req), in _skcipher_recvmsg()
[all …]
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()
Ddes_generic.c93 .cra_u = { .cipher = {
107 .cra_u = { .cipher = {
Dtea.c225 .cra_u = { .cipher = {
239 .cra_u = { .cipher = {
253 .cra_u = { .cipher = {
Dcrypto_null.c131 .cra_u = { .cipher = {
144 .cra_u = { .compress = {
Dsm4_generic.c65 .cra_u = {
D842.c104 .cra_u = { .compress = {
Dlz4hc.c116 .cra_u = { .compress = {
Dlz4.c115 .cra_u = { .compress = {
Dlzo-rle.c118 .cra_u = { .compress = {
Dlzo.c118 .cra_u = { .compress = {
Dblowfish_generic.c109 .cra_u = { .cipher = {
Dtwofish_generic.c172 .cra_u = { .cipher = {
Dkhazad.c857 .cra_u = { .cipher = {
Dzstd.c215 .cra_u = { .compress = {
Ddeflate.c267 .cra_u = { .compress = {
Danubis.c680 .cra_u = { .cipher = {
/linux-6.12.1/include/linux/
Dcrypto.h260 #define cra_cipher cra_u.cipher
261 #define cra_compress cra_u.compress
363 } cra_u; member
/linux-6.12.1/arch/x86/crypto/
Dtwofish_glue.c73 .cra_u = {
Dblowfish_glue.c99 .cra_u = {
/linux-6.12.1/arch/arm64/crypto/
Dsm4-ce-cipher-glue.c62 .cra_u.cipher = {
/linux-6.12.1/include/crypto/
Dif_alg.h111 } cra_u; member
/linux-6.12.1/arch/s390/crypto/
Ddes_s390.c78 .cra_u = {
243 .cra_u = {
/linux-6.12.1/drivers/crypto/cavium/zip/
Dzip_main.c383 .cra_u = { .compress = {
398 .cra_u = { .compress = {
/linux-6.12.1/arch/sparc/crypto/
Ddes_glue.c347 .cra_u = {
365 .cra_u = {

12