Documented in 1 files:
Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 65 files:
- arch/powerpc/crypto/aes_cbc.c, line 88
- arch/powerpc/crypto/aes_ctr.c, line 107
- arch/powerpc/crypto/aes_xts.c, line 99
- arch/s390/crypto/aes_s390.c
- block/blk-crypto-fallback.c, line 306
- crypto/adiantum.c
- crypto/algif_skcipher.c, line 185
- crypto/authenc.c, line 214
- crypto/authencesn.c, line 190
- crypto/ccm.c, line 310
- crypto/chacha20poly1305.c, line 264
- crypto/cryptd.c, line 301
- crypto/ctr.c, line 215
- crypto/cts.c
- crypto/essiv.c, line 155
- crypto/gcm.c
- crypto/hctr2.c, line 259
- crypto/krb5/rfc3961_simplified.c, line 130
- crypto/krb5enc.c, line 155
- crypto/lrw.c, line 250
- crypto/skcipher.c, line 446
- crypto/tcrypt.c
- crypto/testmgr.c
- crypto/xts.c
- drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c, line 170
- drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c, line 130
- drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c, line 116
- drivers/crypto/amcc/crypto4xx_alg.c, line 260
- drivers/crypto/amlogic/amlogic-gxl-cipher.c, line 80
- drivers/crypto/aspeed/aspeed-hace-crypto.c, line 41
- drivers/crypto/atmel-aes.c, line 1052
- drivers/crypto/axis/artpec6_crypto.c, line 1209
- drivers/crypto/caam/caamalg.c, line 1922
- drivers/crypto/caam/caamalg_qi.c, line 1448
- drivers/crypto/caam/caamalg_qi2.c, line 1505
- drivers/crypto/ccp/ccp-crypto-aes-xts.c, line 160
- drivers/crypto/ccree/cc_cipher.c, line 914
- drivers/crypto/chelsio/chcr_algo.c, line 675
- drivers/crypto/gemini/sl3516-ce-cipher.c, line 115
- drivers/crypto/geode-aes.c, line 279
- drivers/crypto/hisilicon/sec2/sec_crypto.c, line 2315
- drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c, line 971
- drivers/crypto/intel/keembay/keembay-ocs-aes-core.c, line 329
- drivers/crypto/intel/qat/qat_common/qat_algs.c, line 1003
- drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c, line 342
- drivers/crypto/mxs-dcp.c, line 461
- drivers/crypto/omap-aes.c, line 553
- drivers/crypto/qce/skcipher.c, line 256
- drivers/crypto/rockchip/rk3288_crypto_skcipher.c, line 87
- drivers/crypto/sa2ul.c, line 1323
- drivers/crypto/sahara.c, line 659
- drivers/crypto/starfive/jh7110-aes.c, line 785
- drivers/crypto/ti/dthev2-aes.c, line 318
- drivers/md/dm-crypt.c
- drivers/md/dm-integrity.c, line 974
- fs/crypto/crypto.c, line 140
- fs/crypto/fname.c, line 120
- fs/ecryptfs/crypto.c, line 250
- fs/ecryptfs/keystore.c
- net/ceph/crypto.c, line 294
- net/mac80211/fils_aead.c, line 130
- net/mac802154/llsec.c, line 638
- security/keys/encrypted-keys/encrypted.c, line 456
- security/keys/trusted-keys/trusted_dcp.c, line 118
- tools/testing/crypto/chacha20-s390/test-cipher.c, line 106
Smatch caller information:
net/mac80211/fils_aead.c aes_siv_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->dst | 3061988583020662784 |
| PARAM_VALUE | 0 | req->dst->dma_flags | 0 |
| PARAM_VALUE | 0 | req->dst->dma_length | 0 |
| PARAM_VALUE | 0 | req->dst->offset | 0-4095 |
| PARAM_VALUE | 0 | req->iv | 8825249347023810560 |
| PARAM_VALUE | 0 | req->src | 1136405678995697664 |
| PARAM_VALUE | 0 | req->src->dma_flags | 0 |
| PARAM_VALUE | 0 | req->src->dma_length | 0 |
| PARAM_VALUE | 0 | req->src->offset | 0-4095 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| DATA_SOURCE | 0 | req | r skcipher_request_alloc_noprof |
crypto/adiantum.c adiantum_crypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->iv | 8355988728186892288 |
| PARAM_VALUE | 0 | req->src | 4096-ptr_max |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/adiantum.c adiantum_setkey() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 1624078799481573376 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.flags | 1536 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 1136 |
| PARAM_VALUE | 0 | req->dst | 4096-ptr_max |
| PARAM_VALUE | 0 | req->iv | 4096-ptr_max |
| PARAM_VALUE | 0 | req->src | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80-4294967375 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HALF_LOCKED2 | &ac->mutex | ||
| HALF_LOCKED2 | &crypt_stat->cs_mutex | ||
| HALF_LOCKED2 | &crypt_stat->cs_tfm_mutex | ||
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &sdata->sec_mtx | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | global &key_tfm_list_mutex | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | sk | ||
| HALF_LOCKED2 | tfm_mutex |
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c sun8i_ss_cipher_fallback() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c ixp4xx_cipher_fallback() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | sk | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/xts.c xts_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | sk | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/gcm.c crypto_gcm_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 2698832149405007872 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| RX_PATH | |||
| TASK_NOT_RUNNING |
crypto/gcm.c crypto_gcm_setkey() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 1624078799481573376 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.flags | 1536 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 16 |
| PARAM_VALUE | 0 | req->dst | 4096-ptr_max |
| PARAM_VALUE | 0 | req->src | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80-4294967375 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HALF_LOCKED2 | &con->mutex | ||
| HALF_LOCKED2 | &sdata->sec_mtx | ||
| HALF_LOCKED2 | sk |
drivers/crypto/ccp/ccp-crypto-aes-xts.c ccp_aes_xts_crypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->iv | 1-u64max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/krb5enc.c krb5enc_dispatch_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 2350056421655048192 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HOST_DATA | 0 | req->dst->length | 0-2147483646[c] |
| HOST_DATA | 0 | req->src->length | 0-2147483646[c] |
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_DATA | 0 | req->dst->length | 1-u32max[c] |
| USER_DATA | 0 | req->dst->offset | 0-2147551739[c] |
| USER_DATA | 0 | req->src->length | 1-u32max[c] |
| USER_DATA | 0 | req->src->offset | 0-2147551739[c] |
| USER_DATA | 0 | *req->iv | 0-255 |
| UNITS | 0 | req | unit_byte |
| USER_PTR | 0 | req->iv |
crypto/krb5/rfc3961_simplified.c rfc3961_do_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 0 |
| PARAM_VALUE | 0 | req->base.data | 0 |
| PARAM_VALUE | 0 | req->base.flags | 0 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 0-u16max |
| PARAM_VALUE | 0 | req->dst | 260218248381599744 |
| PARAM_VALUE | 0 | req->dst->dma_flags | 0 |
| PARAM_VALUE | 0 | req->dst->dma_length | 0 |
| PARAM_VALUE | 0 | req->dst->offset | 0-4095 |
| PARAM_VALUE | 0 | req->iv | 3750997260944543744 |
| PARAM_VALUE | 0 | req->src | 260218248381599744 |
| PARAM_VALUE | 0 | req->src->dma_flags | 0 |
| PARAM_VALUE | 0 | req->src->dma_length | 0 |
| PARAM_VALUE | 0 | req->src->offset | 0-4095 |
| BUF_SIZE | 0 | req | 464 |
| BUF_SIZE | 0 | req | 464 |
| BIT_INFO | 0 | req | 0x30c5bc615f42a000,0xffffffffffffffff |
| BIT_INFO | 0 | req | 0x30c5bc615f42a000,0xffffffffffffffff |
| RX_PATH | |||
| TASK_NOT_RUNNING |
crypto/essiv.c essiv_skcipher_crypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 4112103544250216448 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| BUF_SIZE | 0 | req | 1-s32max |
| BUF_SIZE | 0 | req | 1-s32max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HOST_DATA | 0 | req->dst->length | 0-2147483646[c] |
| HOST_DATA | 0 | req->src->length | 0-2147483646[c] |
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_DATA | 0 | req->dst->length | 1-u32max[c] |
| USER_DATA | 0 | req->dst->offset | 0-2147551739[c] |
| USER_DATA | 0 | req->src->length | 1-u32max[c] |
| USER_DATA | 0 | req->src->offset | 0-2147551739[c] |
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
drivers/crypto/sa2ul.c sa_cipher_run() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 240-255,65536-u32max |
| BUF_SIZE | 0 | req | 1-s32max |
| BUF_SIZE | 0 | req | 1-s32max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HOST_DATA | 0 | req->dst->length | 0-2147483646[c] |
| HOST_DATA | 0 | req->src->length | 0-2147483646[c] |
| USER_DATA | 0 | req->cryptlen | 240-255,65536-u32max |
| USER_DATA | 0 | req->dst->length | 1-u32max[c] |
| USER_DATA | 0 | req->dst->offset | 0-2147551739[c] |
| USER_DATA | 0 | req->src->length | 1-u32max[c] |
| USER_DATA | 0 | req->src->offset | 0-2147551739[c] |
| USER_DATA | 0 | *req->iv | 0-255 |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
fs/ecryptfs/keystore.c ecryptfs_write_tag_70_packet() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 0 |
| PARAM_VALUE | 0 | req->base.data | 0 |
| PARAM_VALUE | 0 | req->base.flags | 512 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 17-4000000 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| DATA_SOURCE | 0 | req | r skcipher_request_alloc_noprof |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| LOCK2 | s->tfm_mutex |
fs/ecryptfs/keystore.c write_tag_3_packet() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 0 |
| PARAM_VALUE | 0 | req->base.data | 0 |
| PARAM_VALUE | 0 | req->base.flags | 512 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->dst | 5696143283624992768 |
| PARAM_VALUE | 0 | req->dst->dma_flags | 0 |
| PARAM_VALUE | 0 | req->dst->dma_length | 0 |
| PARAM_VALUE | 0 | req->dst->length | 0 |
| PARAM_VALUE | 0 | req->dst->offset | 0 |
| PARAM_VALUE | 0 | req->iv | 0 |
| PARAM_VALUE | 0 | req->src | 6380676492212207616 |
| PARAM_VALUE | 0 | req->src->dma_flags | 0 |
| PARAM_VALUE | 0 | req->src->dma_length | 0 |
| PARAM_VALUE | 0 | req->src->length | 0 |
| PARAM_VALUE | 0 | req->src->offset | 0 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| DATA_SOURCE | 0 | req | r skcipher_request_alloc_noprof |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| LOCK2 | &crypt_stat->keysig_list_mutex | ||
| LOCK2 | &walker->global_auth_tok_key->sem | ||
| LOCK2 | tfm_mutex | ||
| HALF_LOCKED2 | &crypt_stat->cs_mutex | ||
| HALF_LOCKED2 | &ecryptfs_dentry->d_lockref.lock | ||
| TYPE_LOCK | (struct ecryptfs_crypt_stat)->keysig_list_mutex |
crypto/authenc.c crypto_authenc_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 6744225018406637568 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HOST_DATA | 0 | req->dst->length | 0-2147483646[c] |
| HOST_DATA | 0 | req->src->length | 0-2147483646[c] |
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_DATA | 0 | req->dst->length | 1-u32max[c] |
| USER_DATA | 0 | req->dst->offset | 0-2147551739[c] |
| USER_DATA | 0 | req->src->length | 1-u32max[c] |
| USER_DATA | 0 | req->src->offset | 0-2147551739[c] |
| USER_DATA | 0 | *req->iv | 0-255 |
| UNITS | 0 | req | unit_byte |
| USER_PTR | 0 | req->iv |
crypto/authencesn.c crypto_authenc_esn_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 203011955021877248 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HOST_DATA | 0 | req->dst->length | 0-2147483646[c] |
| HOST_DATA | 0 | req->src->length | 0-2147483646[c] |
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_DATA | 0 | req->dst->length | 1-u32max[c] |
| USER_DATA | 0 | req->dst->offset | 0-2147551739[c] |
| USER_DATA | 0 | req->src->length | 1-u32max[c] |
| USER_DATA | 0 | req->src->offset | 0-2147551739[c] |
| USER_DATA | 0 | *req->iv | 0-255 |
| UNITS | 0 | req | unit_byte |
| USER_PTR | 0 | req->iv |
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c kmb_ocs_sk_common() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 0 |
| PARAM_VALUE | 0 | req->base.data | 0 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| BUF_SIZE | 0 | req | 464 |
| BUF_SIZE | 0 | req | 464 |
| BIT_INFO | 0 | req | 0x2f3286ca928b1000,0xffffffffffffffff |
| BIT_INFO | 0 | req | 0x2f3286ca928b1000,0xffffffffffffffff |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HOST_DATA | 0 | req->dst->length | 0-2147483646[c] |
| HOST_DATA | 0 | req->src->length | 0-2147483646[c] |
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_DATA | 0 | req->dst->length | 1-u32max[c] |
| USER_DATA | 0 | req->dst->offset | 0-2147551739[c] |
| USER_DATA | 0 | req->src->length | 1-u32max[c] |
| USER_DATA | 0 | req->src->offset | 0-2147551739[c] |
| USER_DATA | 0 | *req->iv | 0-255 |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/testmgr.c generate_random_cipher_testvec() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 1624078799481573376 |
| PARAM_VALUE | 0 | req->base.data | 2946279594880454656 |
| PARAM_VALUE | 0 | req->base.flags | 0 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->dst | 2631652683638611968 |
| PARAM_VALUE | 0 | req->iv | 2144933748748197888 |
| PARAM_VALUE | 0 | req->src | 8252748533080125440 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| DATA_SOURCE | 0 | req | $1 |
| HALF_LOCKED2 | global &once_lock |
crypto/testmgr.c test_skcipher_vec_cfg() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 1624078799481573376 |
| PARAM_VALUE | 0 | req->base.data | 6239012557901017088 |
| PARAM_VALUE | 0 | req->base.flags | 0,1024-u32max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->iv | 0,4096-ptr_max |
| PARAM_VALUE | 0 | req->src | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| DATA_SOURCE | 0 | req | $4 |
| MEM_ZERO | 0 | req->__ctx | |
| HALF_LOCKED2 | global &once_lock |
security/keys/encrypted-keys/encrypted.c derived_key_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 0 |
| PARAM_VALUE | 0 | req->base.data | 0 |
| PARAM_VALUE | 0 | req->base.flags | 0 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->dst | 2676859266303139840 |
| PARAM_VALUE | 0 | req->dst->dma_flags | 0 |
| PARAM_VALUE | 0 | req->dst->dma_length | 0 |
| PARAM_VALUE | 0 | req->dst->offset | 0-4095 |
| PARAM_VALUE | 0 | req->iv | 2032452806340870144 |
| PARAM_VALUE | 0 | req->src | 5667567696048123904 |
| PARAM_VALUE | 0 | req->src->dma_flags | 0 |
| PARAM_VALUE | 0 | req->src->dma_length | 0 |
| PARAM_VALUE | 0 | req->src->length | 0 |
| PARAM_VALUE | 0 | req->src->offset | 0 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| DATA_SOURCE | 0 | req | r init_skcipher_req |
| LOCK2 | &key->sem | ||
| TYPE_LOCK | (struct key)->sem |
drivers/crypto/intel/qat/qat_common/qat_algs.c qat_alg_skcipher_xts_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 16-u32max |
| BUF_SIZE | 0 | req | 1-s32max |
| BUF_SIZE | 0 | req | 1-s32max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 16-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | sk | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/chacha20poly1305.c chacha_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 1303466802505773056 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 1-u32max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 1-u32max |
drivers/crypto/gemini/sl3516-ce-cipher.c sl3516_ce_cipher_fallback() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/hctr2.c hctr2_crypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 2020388897712439296 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
drivers/crypto/caam/caamalg.c skcipher_crypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
fs/crypto/crypto.c fscrypt_crypt_data_unit() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 0 |
| PARAM_VALUE | 0 | req->base.data | 0 |
| PARAM_VALUE | 0 | req->base.flags | 1536 |
| PARAM_VALUE | 0 | req->cryptlen | 16-u32max |
| PARAM_VALUE | 0 | req->dst | 7259213128316260352 |
| PARAM_VALUE | 0 | req->iv | 9097229091516841984 |
| PARAM_VALUE | 0 | req->src | 5132922341180108800 |
| BUF_SIZE | 0 | req | 464 |
| BUF_SIZE | 0 | req | 464 |
| BIT_INFO | 0 | req | 0x21a6f7db5c8eb000,0xffffffffffffffff |
| BIT_INFO | 0 | req | 0x21a6f7db5c8eb000,0xffffffffffffffff |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 16-4111,4127[c] |
| USER_DATA | 0 | req->dst->length | 0[c] |
| USER_DATA | 0 | req->dst->offset | 0[c] |
| USER_DATA | 0 | req->src->length | 0[c] |
| USER_DATA | 0 | req->src->offset | 0[c] |
drivers/crypto/caam/caamalg_qi2.c skcipher_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | sk | ||
| HALF_LOCKED2 | tfm_mutex |
drivers/crypto/amlogic/amlogic-gxl-cipher.c meson_cipher_do_fallback() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/algif_skcipher.c _skcipher_recvmsg() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 1624078799481573376 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.flags | 1536-1539 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->dst | 0 |
| PARAM_VALUE | 0 | req->src | 16,4096-ptr_max |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max[c] |
| LOCK2 | sk | ||
| HALF_LOCKED2 | &vq->mutex |
block/blk-crypto-fallback.c __blk_crypto_fallback_encrypt_bio() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 0 |
| PARAM_VALUE | 0 | req->base.data | 0 |
| PARAM_VALUE | 0 | req->base.flags | 1536 |
| PARAM_VALUE | 0 | req->dst | 3443905459130322944 |
| PARAM_VALUE | 0 | req->src | 232500026430222336 |
| BUF_SIZE | 0 | req | 464 |
| BUF_SIZE | 0 | req | 464 |
| BIT_INFO | 0 | req | 0x7b1e5e1e297f6000,0xffffffffffffffff |
| BIT_INFO | 0 | req | 0x7b1e5e1e297f6000,0xffffffffffffffff |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HALF_LOCKED2 | &md->io_barrier |
drivers/md/dm-integrity.c do_crypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 7113367412068855808 |
| PARAM_VALUE | 0 | req->base.data | 3124305723359834112,5442487807259684864,5939816621149020160,6032296228345696256 |
| PARAM_VALUE | 0 | req->base.flags | 1024 |
| BUF_SIZE | 0 | req | (-1),80-s32max |
| BUF_SIZE | 0 | req | (-1),80-s32max |
| DATA_SOURCE | 0 | req | $1 |
crypto/tcrypt.c do_mult_acipher_op() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|
crypto/tcrypt.c test_acipher_cycles() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 1624078799481573376 |
| PARAM_VALUE | 0 | req->base.data | 7479753319029510144 |
| PARAM_VALUE | 0 | req->base.flags | 1024 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->dst | 3605511326283083776 |
| PARAM_VALUE | 0 | req->dst->dma_flags | 0 |
| PARAM_VALUE | 0 | req->dst->dma_length | 0 |
| PARAM_VALUE | 0 | req->dst->offset | 0-4095 |
| PARAM_VALUE | 0 | req->iv | 3785004356749889536 |
| PARAM_VALUE | 0 | req->src | 3605511326283083776 |
| PARAM_VALUE | 0 | req->src->dma_flags | 0 |
| PARAM_VALUE | 0 | req->src->dma_length | 0 |
| PARAM_VALUE | 0 | req->src->offset | 0-4095 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| DATA_SOURCE | 0 | req | $0 |
crypto/tcrypt.c test_acipher_cycles() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 1624078799481573376 |
| PARAM_VALUE | 0 | req->base.data | 7479753319029510144 |
| PARAM_VALUE | 0 | req->base.data->completion.done | 0 |
| PARAM_VALUE | 0 | req->base.data->completion.wait.lock.dep_map->name | 0-255 |
| PARAM_VALUE | 0 | req->base.data->completion.wait.lock.owner | (-1) |
| PARAM_VALUE | 0 | req->base.data->completion.wait.lock.owner_cpu | 4294967295 |
| PARAM_VALUE | 0 | req->base.flags | 1024 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->dst | 3605511326283083776 |
| PARAM_VALUE | 0 | req->dst->dma_flags | 0 |
| PARAM_VALUE | 0 | req->dst->dma_length | 0 |
| PARAM_VALUE | 0 | req->dst->offset | 0-4095 |
| PARAM_VALUE | 0 | req->iv | 3785004356749889536 |
| PARAM_VALUE | 0 | req->src | 3605511326283083776 |
| PARAM_VALUE | 0 | req->src->dma_flags | 0 |
| PARAM_VALUE | 0 | req->src->dma_length | 0 |
| PARAM_VALUE | 0 | req->src->offset | 0-4095 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| DATA_SOURCE | 0 | req | $0 |
crypto/tcrypt.c test_acipher_jiffies() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 1624078799481573376 |
| PARAM_VALUE | 0 | req->base.data | 7479753319029510144 |
| PARAM_VALUE | 0 | req->base.flags | 1024 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->dst | 3605511326283083776 |
| PARAM_VALUE | 0 | req->dst->dma_flags | 0 |
| PARAM_VALUE | 0 | req->dst->dma_length | 0 |
| PARAM_VALUE | 0 | req->dst->offset | 0-4095 |
| PARAM_VALUE | 0 | req->iv | 3785004356749889536 |
| PARAM_VALUE | 0 | req->src | 3605511326283083776 |
| PARAM_VALUE | 0 | req->src->dma_flags | 0 |
| PARAM_VALUE | 0 | req->src->dma_length | 0 |
| PARAM_VALUE | 0 | req->src->offset | 0-4095 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| DATA_SOURCE | 0 | req | $0 |
fs/crypto/fname.c fscrypt_fname_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 0 |
| PARAM_VALUE | 0 | req->base.data | 0 |
| PARAM_VALUE | 0 | req->base.flags | 1536 |
| PARAM_VALUE | 0 | req->cryptlen | 0-4294967292,u32max |
| PARAM_VALUE | 0 | req->dst | 3353014854458150912 |
| PARAM_VALUE | 0 | req->iv | 8249004623614304256 |
| PARAM_VALUE | 0 | req->src | 3353014854458150912 |
| BUF_SIZE | 0 | req | 464 |
| BUF_SIZE | 0 | req | 464 |
| BIT_INFO | 0 | req | 0x2beba1760339c000,0xffffffffffffffff |
| BIT_INFO | 0 | req | 0x2beba1760339c000,0xffffffffffffffff |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HALF_LOCKED2 | &mdsc->mutex |
drivers/crypto/caam/caamalg_qi.c skcipher_crypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| BUF_SIZE | 0 | req | 1-s32max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
fs/ecryptfs/crypto.c crypt_scatterlist() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 1624078799481573376 |
| PARAM_VALUE | 0 | req->base.data | 1377656493991817216 |
| PARAM_VALUE | 0 | req->base.flags | 1536 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 0,4096 |
| PARAM_VALUE | 0 | req->dst | 7835404425328394240 |
| PARAM_VALUE | 0 | req->iv | 1724758241885859840 |
| PARAM_VALUE | 0 | req->src | 7495297901180207104 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| DATA_SOURCE | 0 | req | r skcipher_request_alloc_noprof |
| RX_PATH | |||
| TASK_NOT_RUNNING |
net/mac802154/llsec.c llsec_do_encrypt_unauth() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 0 |
| PARAM_VALUE | 0 | req->base.data | 0 |
| PARAM_VALUE | 0 | req->base.flags | 0 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->dst | 4839072300620197888 |
| PARAM_VALUE | 0 | req->iv | 6648907982771851264 |
| PARAM_VALUE | 0 | req->src | 4839072300620197888 |
| BUF_SIZE | 0 | req | 464 |
| BUF_SIZE | 0 | req | 464 |
| BIT_INFO | 0 | req | 0x461ccda167835000,0xffffffffffffffff |
| BIT_INFO | 0 | req | 0x461ccda167835000,0xffffffffffffffff |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HALF_LOCKED2 | &dev->tx_global_lock | ||
| HALF_LOCKED2 | flags |
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c skcipher_do_fallback() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 65536-u32max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 65536-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | sk | ||
| HALF_LOCKED2 | tfm_mutex |
drivers/md/dm-crypt.c crypt_convert_block_skcipher() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 9223372036854775808-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 0-u16max |
| PARAM_VALUE | 0 | req->dst | 4096-ptr_max |
| PARAM_VALUE | 0 | req->src | 4096-ptr_max |
| DATA_SOURCE | 0 | req | $2 |
| RX_PATH | |||
| TASK_NOT_RUNNING |
drivers/md/dm-crypt.c crypt_iv_eboiv_gen() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 1624078799481573376 |
| PARAM_VALUE | 0 | req->base.data | 6728565150789390336 |
| PARAM_VALUE | 0 | req->base.flags | 0 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->dst | 1284054146896351232 |
| PARAM_VALUE | 0 | req->iv | 4096-ptr_max |
| PARAM_VALUE | 0 | req->src | 6128306009635188736 |
| BUF_SIZE | 0 | req | 0-u32max |
| BUF_SIZE | 0 | req | 0-u32max |
| DATA_SOURCE | 0 | req | r _kmalloc_noprof |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HALF_LOCKED2 | &pool->lock |
drivers/crypto/hisilicon/sec2/sec_crypto.c sec_skcipher_soft_crypto() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 0 |
| PARAM_VALUE | 0 | req->base.data | 0 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| BUF_SIZE | 0 | req | 464 |
| BUF_SIZE | 0 | req | 464 |
| BIT_INFO | 0 | req | 0x4cdcd08a1f87a000,0xffffffffffffffff |
| BIT_INFO | 0 | req | 0x4cdcd08a1f87a000,0xffffffffffffffff |
| NOSPEC | 0 | req->cryptlen | |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HOST_DATA | 0 | req->dst->length | 1-2147483646[c] |
| HOST_DATA | 0 | req->src->length | 1-2147483646[c] |
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_DATA | 0 | req->dst->length | 1-u32max[c] |
| USER_DATA | 0 | req->dst->offset | 0-2147551739[c] |
| USER_DATA | 0 | req->src->length | 1-u32max[c] |
| USER_DATA | 0 | req->src->offset | 0-2147551739[c] |
| USER_DATA | 0 | *req->iv | 0-255 |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &qp->backlog.lock | ||
| HALF_LOCKED2 | bh |
drivers/crypto/ccree/cc_cipher.c cc_cipher_process() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 1-u32max |
| BUF_SIZE | 0 | req | 1-s32max |
| BUF_SIZE | 0 | req | 1-s32max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 1-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
drivers/crypto/aspeed/aspeed-hace-crypto.c aspeed_crypto_do_fallback() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
drivers/crypto/starfive/jh7110-aes.c starfive_aes_do_fallback() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| BUF_SIZE | 0 | req | 1-s32max |
| BUF_SIZE | 0 | req | 1-s32max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HOST_DATA | 0 | req->dst->length | 1-2147483646[c] |
| HOST_DATA | 0 | req->src->length | 0-2147483646[c] |
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_DATA | 0 | req->dst->length | 1-u32max[c] |
| USER_DATA | 0 | req->dst->offset | 0-2147551739[c] |
| USER_DATA | 0 | req->src->length | 1-u32max[c] |
| USER_DATA | 0 | req->src->offset | 0-2147551739[c] |
| USER_DATA | 0 | *req->iv | 0-255 |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | sk | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/ccm.c crypto_ccm_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 214086197427462144 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->iv | 4096-ptr_max |
| PARAM_VALUE | 0 | req->src | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | *req->iv | 0-255[u] |
| USER_PTR | 0 | req->iv |
crypto/ctr.c crypto_rfc3686_crypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | sk | ||
| HALF_LOCKED2 | tfm_mutex |
net/ceph/crypto.c ceph_aes_crypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 0 |
| PARAM_VALUE | 0 | req->base.data | 0 |
| PARAM_VALUE | 0 | req->base.flags | 0 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 1-u32max |
| PARAM_VALUE | 0 | req->dst | 5805476440592236544,7558071477613424640,9188881253106405376 |
| PARAM_VALUE | 0 | req->iv | 2026907705452236800 |
| PARAM_VALUE | 0 | req->src | 5805476440592236544,7558071477613424640,9188881253106405376 |
| BUF_SIZE | 0 | req | 464 |
| BUF_SIZE | 0 | req | 464 |
| BIT_INFO | 0 | req | 0x227a5585a5fee000,0xffffffffffffffff |
| BIT_INFO | 0 | req | 0x227a5585a5fee000,0xffffffffffffffff |
| USER_DATA | 0 | req->cryptlen | 1-u32max[c] |
| HALF_LOCKED2 | &ac->mutex |
drivers/crypto/qce/skcipher.c qce_skcipher_crypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 1-u32max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 1-u32max[c] |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
drivers/crypto/atmel-aes.c atmel_aes_xts_fallback() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 16-u32max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 16-u32max |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | sk | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/cts.c crypto_cts_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HOST_DATA | 0 | req->dst->length | 0-2147483646[c] |
| HOST_DATA | 0 | req->src->length | 0-2147483646[c] |
| USER_DATA | 0 | req->dst->length | 1-u32max[c] |
| USER_DATA | 0 | req->dst->offset | 0-2147551739[c] |
| USER_DATA | 0 | req->src->length | 1-u32max[c] |
| USER_DATA | 0 | req->src->offset | 0-2147551739[c] |
| USER_DATA | 0 | *req->iv | 0-255 |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | sk | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/cts.c crypto_cts_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 39099136631685120 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HOST_DATA | 0 | req->dst->length | 0-2147483646[c] |
| HOST_DATA | 0 | req->src->length | 0-2147483646[c] |
| USER_DATA | 0 | req->dst->length | 1-u32max[c] |
| USER_DATA | 0 | req->dst->offset | 0-2147551739[c] |
| USER_DATA | 0 | req->src->length | 1-u32max[c] |
| USER_DATA | 0 | req->src->offset | 0-2147551739[c] |
| USER_DATA | 0 | *req->iv | 0-255 |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | sk | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/cts.c cts_cbc_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 775811939345862656 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.flags | 0,1024 |
| BUF_SIZE | 0 | req | 80 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | *req->iv | 0-255[u] |
| USER_PTR | 0 | req->iv |
crypto/lrw.c lrw_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HALF_LOCKED2 | &crypt_stat->keysig_list_mutex | ||
| HALF_LOCKED2 | &key->sem | ||
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | &walker->global_auth_tok_key->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | sk | ||
| HALF_LOCKED2 | tfm_mutex |
drivers/crypto/chelsio/chcr_algo.c chcr_cipher_fallback() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max |
| USER_PTR | 0 | req->iv |
drivers/crypto/ti/dthev2-aes.c dthe_aes_do_fallback() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 1-u32max |
| BUF_SIZE | 0 | req | 464 |
| BUF_SIZE | 0 | req | 464 |
| BIT_INFO | 0 | req | 0x5513f1ef0a535000,0xffffffffffffffff |
| BIT_INFO | 0 | req | 0x5513f1ef0a535000,0xffffffffffffffff |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HOST_DATA | 0 | req->dst->length | 1-2147483646[c] |
| HOST_DATA | 0 | req->src->length | 1-2147483646[c] |
| USER_DATA | 0 | req->cryptlen | 1-u32max |
| USER_DATA | 0 | req->dst->length | 1-u32max[c] |
| USER_DATA | 0 | req->dst->offset | 0-2147551739[c] |
| USER_DATA | 0 | req->src->length | 1-u32max[c] |
| USER_DATA | 0 | req->src->offset | 0-2147551739[c] |
| USER_DATA | 0 | *req->iv | 0-255 |
| USER_PTR | 0 | req->iv |
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c sun8i_ce_cipher_fallback() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| NOSPEC | 0 | req->cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| USER_DATA | 0 | req->cryptlen | 0-u32max[c] |
| USER_PTR | 0 | req->iv | |
| HALF_LOCKED2 | &mkey->sem | ||
| HALF_LOCKED2 | s->tfm_mutex | ||
| HALF_LOCKED2 | tfm_mutex |
crypto/cryptd.c cryptd_skcipher_encrypt() -> crypto_skcipher_encrypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 0 |
| PARAM_VALUE | 0 | req->base.data | 0 |
| PARAM_VALUE | 0 | req->base.flags | 512 |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| BUF_SIZE | 0 | req | 1-s32max |
| BUF_SIZE | 0 | req | 1-s32max |
| DATA_SOURCE | 0 | req | r cryptd_skcipher_prepare |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| HALF_LOCKED2 | &pool->lock | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | bh |
crypto/xts.c xts_cts_final() -> xts_cts_final param 1()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.complete | 8825331346151260160 |
| PARAM_VALUE | 0 | req->base.data | 4096-ptr_max |
| PARAM_VALUE | 0 | req->base.tfm | 4096-ptr_max |
| PARAM_VALUE | 0 | req->cryptlen | 16 |
| PARAM_VALUE | 0 | req->iv | 0 |
| BUF_SIZE | 0 | req | 80 |
| RX_PATH | |||
| TASK_NOT_RUNNING |