Home
last modified time | relevance | path

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

123456

/dports/multimedia/v4l-utils/linux-5.13-rc2/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 Dtea.c225 .cra_u = { .cipher = {
239 .cra_u = { .cipher = {
253 .cra_u = { .cipher = {
H A Dcrypto_null.c131 .cra_u = { .cipher = {
144 .cra_u = { .compress = {
H A D842.c104 .cra_u = { .compress = {
/dports/multimedia/v4l_compat/linux-5.13-rc2/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 Dtea.c225 .cra_u = { .cipher = {
239 .cra_u = { .cipher = {
253 .cra_u = { .cipher = {
H A Dcrypto_null.c131 .cra_u = { .cipher = {
144 .cra_u = { .compress = {
/dports/multimedia/libv4l/linux-5.13-rc2/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 Dtea.c225 .cra_u = { .cipher = {
239 .cra_u = { .cipher = {
253 .cra_u = { .cipher = {
H A Dcrypto_null.c131 .cra_u = { .cipher = {
144 .cra_u = { .compress = {
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dcrypto.h379 #define cra_cipher cra_u.cipher
380 #define cra_compress cra_u.compress
489 } cra_u; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dcrypto.h379 #define cra_cipher cra_u.cipher
380 #define cra_compress cra_u.compress
489 } cra_u; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dcrypto.h379 #define cra_cipher cra_u.cipher
380 #define cra_compress cra_u.compress
489 } cra_u; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/crypto/
H A Dtwofish_glue.c73 .cra_u = {
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/crypto/
H A Dtwofish_glue.c73 .cra_u = {
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/crypto/
H A Dtwofish_glue.c73 .cra_u = {
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/crypto/
H A Dsm4-ce-glue.c54 .cra_u.cipher = {
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/crypto/
H A Dsm4-ce-glue.c54 .cra_u.cipher = {
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/crypto/
H A Dsm4-ce-glue.c54 .cra_u.cipher = {

123456