Home
last modified time | relevance | path

Searched refs:SHA256_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha256.c223 #define SHA256_BLOCK_SIZE 64 macro
338 len >= SHA256_BLOCK_SIZE; in mbedtls_internal_sha256_process_many_a64_crypto()
339 processed += SHA256_BLOCK_SIZE, in mbedtls_internal_sha256_process_many_a64_crypto()
340 msg += SHA256_BLOCK_SIZE, in mbedtls_internal_sha256_process_many_a64_crypto()
341 len -= SHA256_BLOCK_SIZE) { in mbedtls_internal_sha256_process_many_a64_crypto()
432 const unsigned char data[SHA256_BLOCK_SIZE]) in mbedtls_internal_sha256_process_a64_crypto() argument
435 SHA256_BLOCK_SIZE) == in mbedtls_internal_sha256_process_a64_crypto()
436 SHA256_BLOCK_SIZE) ? 0 : -1; in mbedtls_internal_sha256_process_a64_crypto()
493 const unsigned char data[SHA256_BLOCK_SIZE]) in mbedtls_internal_sha256_process_c() argument
587 while (len >= SHA256_BLOCK_SIZE) { in mbedtls_internal_sha256_process_many_c()
[all …]
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_hash.c96 #define SHA256_BLOCK_SIZE U(64) macro
492 c->block_size = SHA256_BLOCK_SIZE; in stm32_hash_alloc()