Home
last modified time | relevance | path

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

12

/linux/crypto/
H A 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 …]
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 D842.c104 .cra_u = { .compress = {
H A Dlz4.c115 .cra_u = { .compress = {
H A Dlz4hc.c116 .cra_u = { .compress = {
H A Dlzo-rle.c118 .cra_u = { .compress = {
H A Dlzo.c118 .cra_u = { .compress = {
H A Dblowfish_generic.c109 .cra_u = { .cipher = {
H A Dtwofish_generic.c172 .cra_u = { .cipher = {
H A Dkhazad.c857 .cra_u = { .cipher = {
H A Dzstd.c215 .cra_u = { .compress = {
H A Ddeflate.c267 .cra_u = { .compress = {
/linux/include/linux/
H A Dcrypto.h260 #define cra_cipher cra_u.cipher
261 #define cra_compress cra_u.compress
363 } cra_u; member
/linux/arch/x86/crypto/
H A Dtwofish_glue.c73 .cra_u = {
H A Dblowfish_glue.c99 .cra_u = {
/linux/arch/arm64/crypto/
H A Dsm4-ce-cipher-glue.c62 .cra_u.cipher = {
/linux/include/crypto/
H A Dif_alg.h111 } cra_u; member
/linux/drivers/crypto/cavium/zip/
H A Dzip_main.c383 .cra_u = { .compress = {
398 .cra_u = { .compress = {
/linux/arch/sparc/crypto/
H A Ddes_glue.c347 .cra_u = {
365 .cra_u = {
H A Dcamellia_glue.c205 .cra_u = {
/linux/arch/s390/crypto/
H A Ddes_s390.c78 .cra_u = {
243 .cra_u = {

12