Home
last modified time | relevance | path

Searched refs:SPU_XTS_TWEAK_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/crypto/bcm/
Dspu.c339 max_payload -= SPU_XTS_TWEAK_SIZE; in spum_ns2_ctx_max_payload()
368 max_payload -= SPU_XTS_TWEAK_SIZE; in spum_nsp_ctx_max_payload()
984 SPU_XTS_TWEAK_SIZE); in spum_cipher_req_finish()
1000 bd->size = cpu_to_be16(data_size + SPU_XTS_TWEAK_SIZE); in spum_cipher_req_finish()
Dspu.h175 #define SPU_XTS_TWEAK_SIZE 16 macro
Dcipher.c157 SPU_XTS_TWEAK_SIZE); in spu_skcipher_rx_sg_create()
221 sg_set_buf(sg++, rctx->msg_buf.iv_ctr, SPU_XTS_TWEAK_SIZE); in spu_skcipher_tx_sg_create()
487 (payload_len >= SPU_XTS_TWEAK_SIZE)) in handle_skcipher_resp()
488 payload_len -= SPU_XTS_TWEAK_SIZE; in handle_skcipher_resp()