Lines Matching defs:block_size
90 const size_t block_size = PSA_HASH_BLOCK_LENGTH(hash_alg);
113 * which is never more than the block size, thus we use block_size
116 PSA_CHK(psa_export_key(key, key_buf, block_size, &mac_key_length));
122 for (; i < block_size; ++i) {
129 PSA_CHK(psa_hash_update(&operation, key_buf, block_size));
160 for (; i < block_size; ++i) {
166 PSA_CHK(psa_hash_update(&operation, key_buf, block_size));
211 const size_t block_size = md_alg == MBEDTLS_MD_SHA384 ? 128 : 64;
213 const unsigned char * const okey = ikey + block_size;
261 MD_CHK(mbedtls_md_update(ctx, okey, block_size));
5449 unsigned block_size;
5473 block_size = PSA_BLOCK_CIPHER_BLOCK_LENGTH(key_type);
5481 transform_expansion += block_size;
5486 transform_expansion += block_size;
5504 block_size = mbedtls_cipher_get_block_size(
5513 transform_expansion += block_size;
5518 transform_expansion += block_size;