Lines Matching refs:blocksz

54 	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()
1572 ctx->blocksz = 0; in safexcel_skcipher_des_ecb_cra_init()
1631 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_skcipher_des3_cbc_cra_init()
1671 ctx->blocksz = 0; in safexcel_skcipher_des3_ecb_cra_init()
1729 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_aead_cra_init()
1925 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_aead_sha1_des3_cra_init()
1962 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_aead_sha256_des3_cra_init()
1999 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_aead_sha224_des3_cra_init()
2036 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_aead_sha512_des3_cra_init()
2073 ctx->blocksz = DES3_EDE_BLOCK_SIZE; in safexcel_aead_sha384_des3_cra_init()
2110 ctx->blocksz = DES_BLOCK_SIZE; in safexcel_aead_sha1_des_cra_init()
2147 ctx->blocksz = DES_BLOCK_SIZE; in safexcel_aead_sha256_des_cra_init()
2184 ctx->blocksz = DES_BLOCK_SIZE; in safexcel_aead_sha224_des_cra_init()
2221 ctx->blocksz = DES_BLOCK_SIZE; in safexcel_aead_sha512_des_cra_init()
2258 ctx->blocksz = DES_BLOCK_SIZE; in safexcel_aead_sha384_des_cra_init()
2528 ctx->blocksz = AES_BLOCK_SIZE; in safexcel_skcipher_aes_xts_cra_init()
3118 ctx->blocksz = 0; in safexcel_skcipher_sm4_ecb_cra_init()
3155 ctx->blocksz = SM4_BLOCK_SIZE; in safexcel_skcipher_sm4_cbc_cra_init()
3193 ctx->blocksz = SM4_BLOCK_SIZE; in safexcel_skcipher_sm4_ofb_cra_init()
3231 ctx->blocksz = SM4_BLOCK_SIZE; in safexcel_skcipher_sm4_cfb_cra_init()
3283 ctx->blocksz = SM4_BLOCK_SIZE; in safexcel_skcipher_sm4_ctr_cra_init()
3344 ctx->blocksz = SM4_BLOCK_SIZE; in safexcel_aead_sm4cbc_sha1_cra_init()
3453 ctx->blocksz = SM4_BLOCK_SIZE; in safexcel_aead_sm4cbc_sm3_cra_init()