Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c53 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()
1266 ctx->blocksz = 0; in safexcel_skcipher_aes_ecb_cra_init()
1303 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_cbc_cra_init()
1341 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_cfb_cra_init()
1379 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_ofb_cra_init()
1453 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_ctr_cra_init()
1514 ctx->blocksz in safexcel_skcipher_des_cbc_cra_init()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/
H A 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()
1286 ctx->blocksz = 0; in safexcel_skcipher_aes_ecb_cra_init()
1323 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_cbc_cra_init()
1361 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_cfb_cra_init()
1399 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_ofb_cra_init()
1473 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_ctr_cra_init()
1534 ctx->blocksz in safexcel_skcipher_des_cbc_cra_init()
[all...]

Completed in 7 milliseconds