Documented in 1 files:
Defined in 1 files as a function:
Referenced in 40 files:
- crypto/algif_aead.c, line 200
- crypto/ccm.c, line 634
- crypto/cryptd.c, line 752
- crypto/echainiv.c
- crypto/essiv.c, line 248
- crypto/gcm.c
- crypto/krb5/rfc3961_simplified.c
- crypto/krb5/rfc8009_aes2.c
- crypto/pcrypt.c
- crypto/seqiv.c
- crypto/tcrypt.c
- crypto/testmgr.c
- drivers/crypto/amcc/crypto4xx_alg.c, line 342
- drivers/crypto/bcm/cipher.c, line 2586
- drivers/crypto/chelsio/chcr_algo.c, line 2340
- drivers/crypto/hisilicon/sec2/sec_crypto.c, line 2543
- drivers/crypto/inside-secure/safexcel_cipher.c
- drivers/crypto/intel/keembay/keembay-ocs-aes-core.c, line 651
- drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c, line 1226
- drivers/crypto/qce/aead.c, line 525
- drivers/crypto/sa2ul.c, line 1902
- drivers/crypto/starfive/jh7110-aes.c, line 819
- drivers/crypto/ti/dthev2-aes.c, line 834
- drivers/crypto/xilinx/zynqmp-aes-gcm.c, line 590
- drivers/md/dm-crypt.c
- drivers/net/macsec.c
- drivers/net/ovpn/crypto_aead.c
- drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c
- fs/smb/client/smb2ops.c, line 4669
- fs/smb/server/auth.c, line 909
- net/ceph/messenger_v2.c, line 820
- net/ipv4/esp4.c
- net/ipv6/esp6.c
- net/mac80211/aead_api.c
- net/mac80211/aes_gmac.c, line 62
- net/mac802154/llsec.c
- net/tipc/crypto.c
- net/tls/tls_device_fallback.c, line 104
- net/tls/tls_sw.c
- security/keys/trusted-keys/trusted_dcp.c, line 166
Smatch caller information:
net/ipv6/esp6.c esp6_input() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 0,8-u64max |
| PARAM_VALUE | 2 | dst | 0,8-u64max |
| PARAM_VALUE | 4 | iv | 0-ptr_max |
| DATA_SOURCE | 0 | req | r esp_tmp_req |
| DATA_SOURCE | 1 | src | r esp_req_sg |
| DATA_SOURCE | 2 | dst | r esp_req_sg |
| DATA_SOURCE | 4 | iv | r esp_tmp_iv |
| MEM_ZERO | 1 | src | |
| MEM_ZERO | 2 | dst | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 3 | cryptlen | unit_byte |
net/ipv6/esp6.c esp6_output_tail() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 0,8-u64max |
| PARAM_VALUE | 2 | dst | 0,8-u64max |
| PARAM_VALUE | 4 | iv | 0-ptr_max |
| DATA_SOURCE | 0 | req | r esp_tmp_req |
| DATA_SOURCE | 1 | src | r esp_req_sg |
| DATA_SOURCE | 4 | iv | r esp_tmp_iv |
| MEM_ZERO | 1 | src | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 3 | cryptlen | unit_byte |
net/ceph/messenger_v2.c gcm_crypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 0,16,4096-ptr_max |
| PARAM_VALUE | 2 | dst | 0,16,4096-ptr_max |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 1 | src | (-1),64 |
| BUF_SIZE | 1 | src | (-1),64 |
| BUF_SIZE | 2 | dst | (-1),64 |
| BUF_SIZE | 2 | dst | (-1),64 |
| BUF_SIZE | 4 | iv | 12 |
| BUF_SIZE | 4 | iv | 12 |
| DATA_SOURCE | 1 | src | $2 |
| DATA_SOURCE | 2 | dst | $3 |
| DATA_SOURCE | 3 | cryptlen | $4 |
| NOCHECK_CALL | |||
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| HALF_LOCKED2 | &con->mutex | ||
| HALF_LOCKED2 | &pool->lock |
drivers/net/macsec.c macsec_decrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| PARAM_VALUE | 4 | *iv | 0-255 |
| BUF_SIZE | 0 | req | 32-s32max |
| BUF_SIZE | 0 | req | 32-s32max |
| DATA_SOURCE | 0 | req | r macsec_alloc_req |
| MEM_ZERO | 1 | src | |
| MEM_ZERO | 2 | dst | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 3 | cryptlen | unit_byte |
| LOCK2 | rcu_read | ||
| HALF_LOCKED2 | bh |
drivers/net/macsec.c macsec_decrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| PARAM_VALUE | 4 | *iv | 0-255 |
| BUF_SIZE | 0 | req | 32-s32max |
| BUF_SIZE | 0 | req | 32-s32max |
| DATA_SOURCE | 0 | req | r macsec_alloc_req |
| MEM_ZERO | 1 | src | |
| MEM_ZERO | 2 | dst | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 3 | cryptlen | unit_byte |
| LOCK2 | rcu_read | ||
| HALF_LOCKED2 | bh |
drivers/net/macsec.c macsec_encrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| PARAM_VALUE | 4 | *iv | 0-255 |
| BUF_SIZE | 0 | req | 32-s32max |
| BUF_SIZE | 0 | req | 32-s32max |
| DATA_SOURCE | 0 | req | r macsec_alloc_req |
| MEM_ZERO | 1 | src | |
| MEM_ZERO | 2 | dst | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 3 | cryptlen | unit_byte |
| HALF_LOCKED2 | &dev->tx_global_lock | ||
| HALF_LOCKED2 | &txq->_xmit_lock | ||
| HALF_LOCKED2 | bh | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | rcu_read |
drivers/net/macsec.c macsec_encrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 3 | cryptlen | 0 |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| PARAM_VALUE | 4 | *iv | 0-255 |
| BUF_SIZE | 0 | req | 32-s32max |
| BUF_SIZE | 0 | req | 32-s32max |
| DATA_SOURCE | 0 | req | r macsec_alloc_req |
| MEM_ZERO | 1 | src | |
| MEM_ZERO | 2 | dst | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| HALF_LOCKED2 | &dev->tx_global_lock | ||
| HALF_LOCKED2 | &txq->_xmit_lock | ||
| HALF_LOCKED2 | bh | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | rcu_read |
drivers/crypto/qce/aead.c qce_aead_crypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-2147483646[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-2147483646[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
net/mac80211/aes_gmac.c ieee80211_aes_gmac() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 5838776791935082496 |
| PARAM_VALUE | 1 | src->dma_flags | 0 |
| PARAM_VALUE | 1 | src->dma_length | 0 |
| PARAM_VALUE | 1 | src->length | 0 |
| PARAM_VALUE | 1 | src->offset | 0 |
| PARAM_VALUE | 2 | dst | 5838776791935082496 |
| PARAM_VALUE | 2 | dst->dma_flags | 0 |
| PARAM_VALUE | 2 | dst->dma_length | 0 |
| PARAM_VALUE | 2 | dst->length | 0 |
| PARAM_VALUE | 2 | dst->offset | 0 |
| PARAM_VALUE | 3 | cryptlen | 0 |
| PARAM_VALUE | 4 | iv | 948555162509639680 |
| BUF_SIZE | 0 | req | 0-s32max,18446744071562067968-u64max |
| BUF_SIZE | 0 | req | 0-s32max,18446744071562067968-u64max |
| BUF_SIZE | 1 | src | 160 |
| BUF_SIZE | 2 | dst | 160 |
| BUF_SIZE | 4 | iv | 16 |
| DATA_SOURCE | 0 | req | r _kzalloc_noprof |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 4 | *iv | 0-255 |
| USER_PTR | 4 | iv |
crypto/gcm.c crypto_rfc4106_crypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4096-ptr_max |
| PARAM_VALUE | 2 | dst | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| BUF_SIZE | 1 | src | 96 |
| BUF_SIZE | 2 | dst | 96 |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 3 | cryptlen | 0-u32max |
| UNITS | 3 | cryptlen | unit_byte |
crypto/gcm.c crypto_rfc4543_crypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-2147483646[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-2147483646[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
net/tls/tls_device_fallback.c tls_enc_record() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 1611247858057613312 |
| PARAM_VALUE | 1 | src->dma_flags | 0 |
| PARAM_VALUE | 1 | src->dma_length | 0 |
| PARAM_VALUE | 1 | src->length | 13 |
| PARAM_VALUE | 1 | src->offset | 0-4095 |
| PARAM_VALUE | 2 | dst | 3231234225770684416 |
| PARAM_VALUE | 2 | dst->dma_flags | 0 |
| PARAM_VALUE | 2 | dst->dma_length | 0 |
| PARAM_VALUE | 2 | dst->length | 13 |
| PARAM_VALUE | 2 | dst->offset | 0-4095 |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 0 | req | 0-s32max |
| BUF_SIZE | 0 | req | 0-s32max |
| BUF_SIZE | 1 | src | 96 |
| BUF_SIZE | 2 | dst | 96 |
| DATA_SOURCE | 0 | req | $0 |
| DATA_SOURCE | 4 | iv | $3 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| NO_OVERFLOW_SIMPLE | 0 | req->cryptlen |
crypto/krb5/rfc3961_simplified.c krb5_aead_decrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 2275401801785073664,4703020413151715328,5146663525939888128,5805476440592236544,6213564466865422336,7558071477613424640,9188881253106405376 |
| PARAM_VALUE | 2 | dst | 2275401801785073664,4703020413151715328,5146663525939888128,5805476440592236544,6213564466865422336,7558071477613424640,9188881253106405376 |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 0 | req | 0-u32max |
| BUF_SIZE | 0 | req | 0-u32max |
| BUF_SIZE | 1 | src | (-1),256 |
| BUF_SIZE | 1 | src | (-1),256 |
| BUF_SIZE | 2 | dst | (-1),256 |
| BUF_SIZE | 2 | dst | (-1),256 |
| DATA_SOURCE | 1 | src | $2 |
| DATA_SOURCE | 2 | dst | $2 |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 3 | cryptlen | 0-u32max |
| HALF_LOCKED2 | &ac->mutex |
crypto/krb5/rfc3961_simplified.c krb5_aead_encrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 11244472960000000,1895645142076108800,2564027771357270016,4703020413151715328,5805476440592236544,7558071477613424640,8934857238906052608,9188881253106405376 |
| PARAM_VALUE | 2 | dst | 11244472960000000,1895645142076108800,2564027771357270016,4703020413151715328,5805476440592236544,7558071477613424640,8934857238906052608,9188881253106405376 |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 0 | req | 0-u32max |
| BUF_SIZE | 0 | req | 0-u32max |
| BUF_SIZE | 1 | src | (-1),256,512 |
| BUF_SIZE | 1 | src | (-1),256,512 |
| BUF_SIZE | 2 | dst | (-1),256,512 |
| BUF_SIZE | 2 | dst | (-1),256,512 |
| CAPPED_DATA | 3 | cryptlen | 1 |
| DATA_SOURCE | 1 | src | $2 |
| DATA_SOURCE | 2 | dst | $2 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 3 | cryptlen | 0-196605[c] |
| HALF_LOCKED2 | &pool->lock | ||
| HALF_LOCKED2 | &server->cm_token_lock |
crypto/essiv.c essiv_aead_crypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| BUF_SIZE | 1 | src | (-1),128 |
| BUF_SIZE | 1 | src | (-1),128 |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-2147483646[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-2147483646[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-u32max |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
drivers/crypto/sa2ul.c sa_aead_run() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-2147483646[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-2147483646[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
crypto/algif_aead.c _aead_recvmsg() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | src | 16,4096-ptr_max |
| PARAM_VALUE | 2 | dst | 0 |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 1 | src | 32-137438953440 |
| BUF_SIZE | 1 | src | 32-137438953440 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| LOCK2 | sk | ||
| HALF_LOCKED2 | &vq->mutex |
crypto/seqiv.c seqiv_aead_decrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-u32max[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-u32max[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv | |
| HALF_LOCKED2 | &pool->lock | ||
| HALF_LOCKED2 | bh |
crypto/seqiv.c seqiv_aead_encrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 3 | cryptlen | 0-4294967287 |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-u32max[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-u32max[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-4294967287 |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c libipw_ccmp_decrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 2110188497442041856 |
| PARAM_VALUE | 2 | dst | 2110188497442041856 |
| PARAM_VALUE | 4 | iv | 1270836281731837952 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 1 | src | 64 |
| BUF_SIZE | 2 | dst | 64 |
| BUF_SIZE | 4 | iv | 16 |
| DATA_SOURCE | 0 | req | r aead_request_alloc |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
| HALF_LOCKED2 | &priv->lock | ||
| HALF_LOCKED2 | &priv->low_lock | ||
| HALF_LOCKED2 | bh | ||
| HALF_LOCKED2 | flags |
drivers/net/wireless/intel/ipw2x00/libipw_crypto_ccmp.c libipw_ccmp_encrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4548633259731161088 |
| PARAM_VALUE | 2 | dst | 4548633259731161088 |
| PARAM_VALUE | 3 | cryptlen | 1-2147483623 |
| PARAM_VALUE | 4 | iv | 7063964882937970688 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 1 | src | 64 |
| BUF_SIZE | 2 | dst | 64 |
| BUF_SIZE | 4 | iv | 16 |
| DATA_SOURCE | 0 | req | r aead_request_alloc |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
| LOCK2 | &ieee->lock | ||
| HALF_LOCKED2 | &dev->tx_global_lock | ||
| HALF_LOCKED2 | &txq->_xmit_lock | ||
| HALF_LOCKED2 | bh | ||
| HALF_LOCKED2 | flags | ||
| HALF_LOCKED2 | rcu_read | ||
| TYPE_LOCK | (struct libipw_device)->lock |
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c kmb_ocs_aead_common() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-2147483646[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-2147483646[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
crypto/testmgr.c generate_aead_message() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 1995052775517810688 |
| PARAM_VALUE | 2 | dst | 3064968040656957440 |
| PARAM_VALUE | 4 | iv | 6940024355125772288 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 1 | src | 64 |
| BUF_SIZE | 4 | iv | 32 |
| CAPPED_DATA | 3 | cryptlen | 1 |
| DATA_SOURCE | 0 | req | $1 |
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
| HALF_LOCKED2 | global &once_lock |
crypto/testmgr.c test_aead_vec_cfg() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 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 | |
| NOCHECK_CALL | |||
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| HALF_LOCKED2 | global &once_lock |
net/ipv4/esp4.c esp_input() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 0,8-u64max |
| PARAM_VALUE | 2 | dst | 0,8-u64max |
| PARAM_VALUE | 4 | iv | 0-ptr_max |
| DATA_SOURCE | 0 | req | r esp_tmp_req |
| DATA_SOURCE | 1 | src | r esp_req_sg |
| DATA_SOURCE | 2 | dst | r esp_req_sg |
| DATA_SOURCE | 4 | iv | r esp_tmp_iv |
| MEM_ZERO | 1 | src | |
| MEM_ZERO | 2 | dst | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 3 | cryptlen | unit_byte |
net/ipv4/esp4.c esp_output_tail() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 0,8-u64max |
| PARAM_VALUE | 2 | dst | 0,8-u64max |
| PARAM_VALUE | 4 | iv | 0-ptr_max |
| DATA_SOURCE | 0 | req | r esp_tmp_req |
| DATA_SOURCE | 1 | src | r esp_req_sg |
| DATA_SOURCE | 4 | iv | r esp_tmp_iv |
| MEM_ZERO | 1 | src | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 3 | cryptlen | unit_byte |
drivers/crypto/xilinx/zynqmp-aes-gcm.c xilinx_aes_fallback_crypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-2147483646[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-2147483646[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
drivers/crypto/inside-secure/safexcel_cipher.c safexcel_aead_chachapoly_crypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-2147483646[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-2147483646[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
drivers/crypto/inside-secure/safexcel_cipher.c safexcel_aead_fallback_crypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| CAPPED_DATA | 3 | cryptlen | 1 |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-2147483646[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-2147483646[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-s32max[c] |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
net/tls/tls_sw.c tls_do_decryption() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4096-ptr_max |
| PARAM_VALUE | 2 | dst | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 4 | iv | 16 |
| BUF_SIZE | 4 | iv | 16 |
| DATA_SOURCE | 0 | req | $5 |
| DATA_SOURCE | 1 | src | $1 |
| DATA_SOURCE | 2 | dst | $2 |
| DATA_SOURCE | 4 | iv | $3 |
| MEM_ZERO | 1 | src | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
| HALF_LOCKED2 | sk |
net/tls/tls_sw.c tls_do_encryption() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| BUF_SIZE | 1 | src | 64 |
| BUF_SIZE | 2 | dst | 64 |
| BUF_SIZE | 4 | iv | 16 |
| DATA_SOURCE | 0 | req | $3 |
| DATA_SOURCE | 3 | cryptlen | $4 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
| LOCK2 | sk | ||
| HALF_LOCKED2 | &tls_ctx->tx_lock |
fs/smb/server/auth.c ksmbd_crypt_message() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4096-ptr_max |
| PARAM_VALUE | 2 | dst | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 16,4096-ptr_max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 1 | src | s32min-s32max |
| BUF_SIZE | 2 | dst | s32min-s32max |
| BUF_SIZE | 4 | iv | 0-u32max |
| BUF_SIZE | 4 | iv | 0-u32max |
| DATA_SOURCE | 0 | req | r aead_request_alloc |
| DATA_SOURCE | 1 | src | r ksmbd_init_sg |
| DATA_SOURCE | 2 | dst | r ksmbd_init_sg |
| DATA_SOURCE | 4 | iv | r _kzalloc_noprof |
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
crypto/echainiv.c echainiv_decrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-u32max[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-u32max[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv | |
| HALF_LOCKED2 | &pool->lock | ||
| HALF_LOCKED2 | bh |
crypto/echainiv.c echainiv_encrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-u32max[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-u32max[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
crypto/krb5/rfc8009_aes2.c rfc8009_decrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 9137460963549790208 |
| PARAM_VALUE | 2 | dst | 9137460963549790208 |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 0 | req | 0-u32max |
| BUF_SIZE | 0 | req | 0-u32max |
| BUF_SIZE | 1 | src | 64 |
| BUF_SIZE | 2 | dst | 64 |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 3 | cryptlen | 0-u32max |
| HALF_LOCKED2 | &ac->mutex |
crypto/krb5/rfc8009_aes2.c rfc8009_encrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 3538506481204174848 |
| PARAM_VALUE | 2 | dst | 3538506481204174848 |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 0 | req | 0-u32max |
| BUF_SIZE | 0 | req | 0-u32max |
| BUF_SIZE | 1 | src | 64 |
| BUF_SIZE | 2 | dst | 64 |
| CAPPED_DATA | 3 | cryptlen | 1 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 3 | cryptlen | 0-196605[c] |
| HALF_LOCKED2 | &pool->lock | ||
| HALF_LOCKED2 | &server->cm_token_lock |
crypto/pcrypt.c pcrypt_aead_decrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv | |
| HALF_LOCKED2 | &pool->lock | ||
| HALF_LOCKED2 | bh |
crypto/pcrypt.c pcrypt_aead_encrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
crypto/tcrypt.c test_aead_speed() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4096-ptr_max |
| PARAM_VALUE | 2 | dst | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 1 | src | 288 |
| BUF_SIZE | 1 | src | 288 |
| BUF_SIZE | 2 | dst | 576 |
| BUF_SIZE | 2 | dst | 576 |
| BUF_SIZE | 4 | iv | 32 |
| BUF_SIZE | 4 | iv | 32 |
| DATA_SOURCE | 0 | req | r aead_request_alloc |
| DATA_SOURCE | 2 | dst | r _kmalloc_noprof |
| DATA_SOURCE | 4 | iv | r _kzalloc_noprof |
| NOCHECK_CALL |
crypto/tcrypt.c test_aead_speed() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4096-ptr_max |
| PARAM_VALUE | 2 | dst | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 1 | src | 576 |
| BUF_SIZE | 1 | src | 576 |
| BUF_SIZE | 2 | dst | 288 |
| BUF_SIZE | 2 | dst | 288 |
| BUF_SIZE | 4 | iv | 32 |
| BUF_SIZE | 4 | iv | 32 |
| DATA_SOURCE | 0 | req | r aead_request_alloc |
| DATA_SOURCE | 1 | src | r _kmalloc_noprof |
| DATA_SOURCE | 4 | iv | r _kzalloc_noprof |
| NOCHECK_CALL |
crypto/tcrypt.c test_mb_aead_speed() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 1 | src | 256 |
| BUF_SIZE | 2 | dst | 256 |
| BUF_SIZE | 4 | iv | 32 |
| BUF_SIZE | 4 | iv | 32 |
| DATA_SOURCE | 4 | iv | r _kzalloc_noprof |
| NOCHECK_CALL |
crypto/tcrypt.c test_mb_aead_speed() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 1 | src | 256 |
| BUF_SIZE | 2 | dst | 256 |
| BUF_SIZE | 4 | iv | 32 |
| BUF_SIZE | 4 | iv | 32 |
| DATA_SOURCE | 4 | iv | r _kzalloc_noprof |
| NOCHECK_CALL |
fs/smb/client/smb2ops.c crypt_message() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4096-ptr_max |
| PARAM_VALUE | 2 | dst | 4096-ptr_max |
| PARAM_VALUE | 4 | *iv | 0-255 |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
| HALF_LOCKED2 | &server->_srv_mutex |
drivers/net/ovpn/crypto_aead.c ovpn_aead_decrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4096-4294967296 |
| PARAM_VALUE | 2 | dst | 4096-4294967296 |
| PARAM_VALUE | 4 | iv | 0-ptr_max |
| BUF_SIZE | 4 | iv | (-1)-s32max |
| BUF_SIZE | 4 | iv | (-1)-s32max |
| DATA_SOURCE | 0 | req | r ovpn_aead_crypto_tmp_req |
| DATA_SOURCE | 1 | src | r ovpn_aead_crypto_req_sg |
| DATA_SOURCE | 2 | dst | r ovpn_aead_crypto_req_sg |
| DATA_SOURCE | 4 | iv | r ovpn_aead_crypto_tmp_iv |
| MEM_ZERO | 1 | src | |
| MEM_ZERO | 2 | dst | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
drivers/net/ovpn/crypto_aead.c ovpn_aead_encrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4096-4294967296 |
| PARAM_VALUE | 2 | dst | 4096-4294967296 |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| PARAM_VALUE | 4 | *iv | 1-255 |
| BUF_SIZE | 4 | iv | (-1)-s32max |
| BUF_SIZE | 4 | iv | (-1)-s32max |
| DATA_SOURCE | 0 | req | r ovpn_aead_crypto_tmp_req |
| DATA_SOURCE | 1 | src | r ovpn_aead_crypto_req_sg |
| DATA_SOURCE | 2 | dst | r ovpn_aead_crypto_req_sg |
| DATA_SOURCE | 4 | iv | r ovpn_aead_crypto_tmp_iv |
| MEM_ZERO | 1 | src | |
| MEM_ZERO | 2 | dst | |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
| HALF_LOCKED2 | &pool->lock | ||
| HALF_LOCKED2 | bh |
net/mac802154/llsec.c llsec_do_decrypt_auth() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4818366724733530112 |
| PARAM_VALUE | 2 | dst | 4818366724733530112 |
| PARAM_VALUE | 3 | cryptlen | 0-s32max |
| PARAM_VALUE | 4 | iv | 6729194463631024128 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 4 | iv | 16 |
| CAPPED_DATA | 3 | cryptlen | 1 |
| DATA_SOURCE | 0 | req | r aead_request_alloc |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
net/mac802154/llsec.c llsec_do_encrypt_auth() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 3876656570332127232 |
| PARAM_VALUE | 2 | dst | 3876656570332127232 |
| PARAM_VALUE | 4 | iv | 8212158022792048640 |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 4 | iv | 16 |
| DATA_SOURCE | 0 | req | r aead_request_alloc |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
| HALF_LOCKED2 | &dev->tx_global_lock | ||
| HALF_LOCKED2 | flags |
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c aead_do_fallback() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 2 | dst->length | 1-u32max[c] |
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
drivers/md/dm-crypt.c crypt_convert_block_aead() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4096-ptr_max |
| PARAM_VALUE | 2 | dst | 4096-ptr_max |
| BUF_SIZE | 1 | src | 128 |
| BUF_SIZE | 2 | dst | 128 |
| DATA_SOURCE | 0 | req | $2 |
| DATA_SOURCE | 4 | iv | r iv_of_dmreq |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
drivers/md/dm-crypt.c crypt_convert_block_aead() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4096-ptr_max |
| PARAM_VALUE | 2 | dst | 4096-ptr_max |
| BUF_SIZE | 1 | src | 128 |
| BUF_SIZE | 2 | dst | 128 |
| DATA_SOURCE | 0 | req | $2 |
| DATA_SOURCE | 4 | iv | r iv_of_dmreq |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
drivers/crypto/hisilicon/sec2/sec_crypto.c sec_aead_soft_crypto() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 0 | req | 80-s32max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| DATA_SOURCE | 0 | req | r aead_request_alloc |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-2147483646[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-2147483646[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv | |
| HALF_LOCKED2 | &qp->backlog.lock | ||
| HALF_LOCKED2 | bh |
drivers/crypto/starfive/jh7110-aes.c starfive_aes_aead_do_fallback() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-u32max[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-u32max[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
net/tipc/crypto.c tipc_aead_decrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 0,8-ptr_max |
| PARAM_VALUE | 2 | dst | 0,8-ptr_max |
| MEM_ZERO | 1 | src | |
| MEM_ZERO | 2 | dst | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 4 | *iv | 0-255[u] |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv | |
| LOCK2 | rcu_read |
net/tipc/crypto.c tipc_aead_encrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 0,8-ptr_max |
| PARAM_VALUE | 2 | dst | 0,8-ptr_max |
| MEM_ZERO | 1 | src | |
| MEM_ZERO | 2 | dst | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 4 | *iv | 0-255[u] |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv | |
| HALF_LOCKED2 | &__dnode->lock | ||
| HALF_LOCKED2 | rcu_read |
crypto/ccm.c crypto_rfc4309_crypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 4096-ptr_max |
| PARAM_VALUE | 2 | dst | 4096-ptr_max |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| BUF_SIZE | 1 | src | 96 |
| BUF_SIZE | 2 | dst | 96 |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| USER_DATA | 3 | cryptlen | 0-u32max |
| UNITS | 3 | cryptlen | unit_byte |
net/mac80211/aead_api.c aead_decrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 2916950465445265408 |
| PARAM_VALUE | 2 | dst | 2916950465445265408 |
| PARAM_VALUE | 4 | iv | 4096-ptr_max |
| BUF_SIZE | 0 | req | 0-2147549182 |
| BUF_SIZE | 0 | req | 0-2147549182 |
| BUF_SIZE | 1 | src | 96 |
| BUF_SIZE | 2 | dst | 96 |
| BUF_SIZE | 4 | iv | 16 |
| BUF_SIZE | 4 | iv | 16 |
| DATA_SOURCE | 0 | req | r _kzalloc_noprof |
| DATA_SOURCE | 4 | iv | $1 |
| RX_PATH | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
net/mac80211/aead_api.c aead_encrypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| PARAM_VALUE | 1 | src | 1502195385783521280 |
| PARAM_VALUE | 2 | dst | 1502195385783521280 |
| PARAM_VALUE | 4 | iv | 2152706722139328512,5090054906275741696 |
| BUF_SIZE | 0 | req | 0-2147549182 |
| BUF_SIZE | 0 | req | 0-2147549182 |
| BUF_SIZE | 1 | src | 96 |
| BUF_SIZE | 2 | dst | 96 |
| BUF_SIZE | 4 | iv | 16 |
| BUF_SIZE | 4 | iv | 16 |
| DATA_SOURCE | 0 | req | r _kzalloc_noprof |
| DATA_SOURCE | 3 | cryptlen | $5 |
| DATA_SOURCE | 4 | iv | $1 |
| PREEMPT_ADD | |||
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 3 | cryptlen | unit_byte |
| HALF_LOCKED2 | rcu_read |
drivers/crypto/chelsio/chcr_algo.c chcr_aead_fallback() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| DATA_SOURCE | 0 | req | r aead_request_ctx_dma |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-2147483646[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-2147483646[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
drivers/crypto/ti/dthev2-aes.c dthe_aead_do_fallback() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 0 | req | 464 |
| BUF_SIZE | 0 | req | 464 |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| BIT_INFO | 0 | req | 0x3df92acba6f29000,0xffffffffffffffff |
| BIT_INFO | 0 | req | 0x3df92acba6f29000,0xffffffffffffffff |
| NOSPEC | 3 | cryptlen | |
| NOSPEC | 3 | cryptlen | |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| HOST_DATA | 1 | src->length | 0-2147483646[c] |
| HOST_DATA | 2 | dst->length | 0-2147483646[c] |
| USER_DATA | 1 | src->length | 1-2147483646[c] |
| USER_DATA | 1 | src->offset | 0-2147551739[c] |
| USER_DATA | 2 | dst->length | 1-2147483646[c] |
| USER_DATA | 2 | dst->offset | 0-2147551739[c] |
| USER_DATA | 3 | cryptlen | 0-u32max |
| USER_DATA | 4 | *iv | 0-255 |
| NO_OVERFLOW_SIMPLE | 1 | src->length | |
| NO_OVERFLOW_SIMPLE | 2 | dst->length | |
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| USER_PTR | 4 | iv |
crypto/cryptd.c cryptd_aead_crypt() -> aead_request_set_crypt()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | req | 4096-ptr_max |
| BUF_SIZE | 0 | req | 80 |
| BUF_SIZE | 4 | iv | s32min-(-2),1-s32max |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| NOCHECK_CALL | |||
| UNITS | 1 | src | unit_byte |
| UNITS | 2 | dst | unit_byte |
| UNITS | 3 | cryptlen | unit_byte |
| HALF_LOCKED2 | &backlog->lock | ||
| HALF_LOCKED2 | &pool->lock | ||
| HALF_LOCKED2 | _T->lock | ||
| HALF_LOCKED2 | bh |