Searched refs:SHA3_256_BLOCK_SIZE (Results 1 – 6 of 6) sorted by relevance
18 #define SHA3_256_BLOCK_SIZE (200 - 2 * SHA3_256_DIGEST_SIZE) macro19 #define SHA3_256_EXPORT_SIZE SHA3_STATE_SIZE + SHA3_256_BLOCK_SIZE + 1136 .ctx.block_size = SHA3_256_BLOCK_SIZE, in sha3_256_init()
27 case SHA3_256_BLOCK_SIZE: in sha3_absorb_blocks()
114 .base.cra_blocksize = SHA3_256_BLOCK_SIZE,
2477 req->block_sz = SHA3_256_BLOCK_SIZE; in safexcel_sha3_256_init()2513 .cra_blocksize = SHA3_256_BLOCK_SIZE,2811 memcpy(req->state, &ctx->base.ipad, SHA3_256_BLOCK_SIZE / 2); in safexcel_hmac_sha3_256_init()2813 req->len = SHA3_256_BLOCK_SIZE; in safexcel_hmac_sha3_256_init()2814 req->processed = SHA3_256_BLOCK_SIZE; in safexcel_hmac_sha3_256_init()2817 req->state_sz = SHA3_256_BLOCK_SIZE / 2; in safexcel_hmac_sha3_256_init()2819 req->block_sz = SHA3_256_BLOCK_SIZE; in safexcel_hmac_sha3_256_init()2863 .cra_blocksize = SHA3_256_BLOCK_SIZE,
918 .cra_blocksize = SHA3_256_BLOCK_SIZE,
3938 .cra_blocksize = SHA3_256_BLOCK_SIZE,3957 .cra_blocksize = SHA3_256_BLOCK_SIZE,