Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha512.c210 #define SHA512_BLOCK_SIZE 128 macro
392 len >= SHA512_BLOCK_SIZE; in mbedtls_internal_sha512_process_many_a64_crypto()
393 processed += SHA512_BLOCK_SIZE, in mbedtls_internal_sha512_process_many_a64_crypto()
394 msg += SHA512_BLOCK_SIZE, in mbedtls_internal_sha512_process_many_a64_crypto()
395 len -= SHA512_BLOCK_SIZE) { in mbedtls_internal_sha512_process_many_a64_crypto()
567 const unsigned char data[SHA512_BLOCK_SIZE]) in mbedtls_internal_sha512_process_a64_crypto() argument
570 SHA512_BLOCK_SIZE) == in mbedtls_internal_sha512_process_a64_crypto()
571 SHA512_BLOCK_SIZE) ? 0 : -1; in mbedtls_internal_sha512_process_a64_crypto()
602 const unsigned char data[SHA512_BLOCK_SIZE]) in mbedtls_internal_sha512_process_c() argument
703 while (len >= SHA512_BLOCK_SIZE) { in mbedtls_internal_sha512_process_many_c()
[all …]
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_hash.c100 #define SHA512_BLOCK_SIZE U(128) macro
508 c->block_size = SHA512_BLOCK_SIZE; in stm32_hash_alloc()