Lines Matching refs:blocksz
54 u8 blocksz; member
102 memcpy(cdesc->control_data.token, iv, ctx->blocksz); in safexcel_skcipher_iv()
103 return ctx->blocksz / sizeof(u32); in safexcel_skcipher_iv()
158 memcpy(cdesc->control_data.token, iv, ctx->blocksz); in safexcel_aead_iv()
1267 ctx->blocksz = 0; in safexcel_skcipher_aes_ecb_cra_init()
1304 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_cbc_cra_init()
1342 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_cfb_cra_init()
1380 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_ofb_cra_init()
1454 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_ctr_cra_init()
1515 ctx->blocksz = DES_BLOCK_SIZE; in safexcel_skcipher_des_cbc_cra_init()
1555 ctx->blocksz = 0; in safexcel_skcipher_des_ecb_cra_init()
1614 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_skcipher_des3_cbc_cra_init()
1654 ctx->blocksz = 0; in safexcel_skcipher_des3_ecb_cra_init()
1712 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_aead_cra_init()
1908 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_aead_sha1_des3_cra_init()
1945 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_aead_sha256_des3_cra_init()
1982 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_aead_sha224_des3_cra_init()
2019 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_aead_sha512_des3_cra_init()
2056 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_aead_sha384_des3_cra_init()
2093 ctx->blocksz = DES_BLOCK_SIZE; in safexcel_aead_sha1_des_cra_init()
2130 ctx->blocksz = DES_BLOCK_SIZE; in safexcel_aead_sha256_des_cra_init()
2167 ctx->blocksz = DES_BLOCK_SIZE; in safexcel_aead_sha224_des_cra_init()
2204 ctx->blocksz = DES_BLOCK_SIZE; in safexcel_aead_sha512_des_cra_init()
2241 ctx->blocksz = DES_BLOCK_SIZE; in safexcel_aead_sha384_des_cra_init()
2511 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_xts_cra_init()
3112 ctx->blocksz = 0; in safexcel_skcipher_sm4_ecb_cra_init()
3149 ctx->blocksz = SM4_BLOCK_SIZE; in safexcel_skcipher_sm4_cbc_cra_init()
3187 ctx->blocksz = SM4_BLOCK_SIZE; in safexcel_skcipher_sm4_ofb_cra_init()
3225 ctx->blocksz = SM4_BLOCK_SIZE; in safexcel_skcipher_sm4_cfb_cra_init()
3277 ctx->blocksz = SM4_BLOCK_SIZE; in safexcel_skcipher_sm4_ctr_cra_init()
3338 ctx->blocksz = SM4_BLOCK_SIZE; in safexcel_aead_sm4cbc_sha1_cra_init()
3447 ctx->blocksz = SM4_BLOCK_SIZE; in safexcel_aead_sm4cbc_sm3_cra_init()