Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/inside-secure/
Dsafexcel_cipher.c54 u8 blocksz; member
101 memcpy(cdesc->control_data.token, iv, ctx->blocksz); in safexcel_skcipher_iv()
102 return ctx->blocksz / sizeof(u32); in safexcel_skcipher_iv()
157 memcpy(cdesc->control_data.token, iv, ctx->blocksz); in safexcel_aead_iv()
1284 ctx->blocksz = 0; in safexcel_skcipher_aes_ecb_cra_init()
1321 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_cbc_cra_init()
1359 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_cfb_cra_init()
1397 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_ofb_cra_init()
1471 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_ctr_cra_init()
1532 ctx->blocksz = DES_BLOCK_SIZE; in safexcel_skcipher_des_cbc_cra_init()
[all …]