/kernel/linux/linux-5.10/crypto/ |
H A D | algif_skcipher.c | 106 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 D | algif_aead.c | 280 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 D | des_generic.c | 93 .cra_u = { .cipher = { 107 .cra_u = { .cipher = {
|
H A D | crypto_null.c | 131 .cra_u = { .cipher = { 144 .cra_u = { .compress = {
|
H A D | tea.c | 225 .cra_u = { .cipher = { 239 .cra_u = { .cipher = { 253 .cra_u = { .cipher = {
|
H A D | lzo-rle.c | 118 .cra_u = { .compress = {
|
H A D | lz4hc.c | 116 .cra_u = { .compress = {
|
H A D | lzo.c | 118 .cra_u = { .compress = {
|
H A D | lz4.c | 115 .cra_u = { .compress = {
|
H A D | 842.c | 104 .cra_u = { .compress = {
|
/kernel/linux/linux-6.6/crypto/ |
H A D | algif_skcipher.c | 106 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 D | algif_aead.c | 282 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 D | des_generic.c | 93 .cra_u = { .cipher = { 107 .cra_u = { .cipher = {
|
H A D | crypto_null.c | 131 .cra_u = { .cipher = { 144 .cra_u = { .compress = {
|
H A D | tea.c | 225 .cra_u = { .cipher = { 239 .cra_u = { .cipher = { 253 .cra_u = { .cipher = {
|
H A D | sm4_generic.c | 65 .cra_u = {
|
H A D | lzo-rle.c | 118 .cra_u = { .compress = {
|
H A D | lz4hc.c | 116 .cra_u = { .compress = {
|
H A D | lzo.c | 118 .cra_u = { .compress = {
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | crypto.h | 262 #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 D | twofish_glue.c | 73 .cra_u = {
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | twofish_glue.c | 73 .cra_u = {
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | sm4-ce-glue.c | 54 .cra_u.cipher = {
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm4-ce-cipher-glue.c | 62 .cra_u.cipher = {
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | crypto.h | 379 #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
|