Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/crypt/include/
A Dsha2_impl.h48 #define SHA224_BLOCK_SIZE SHA256_BLOCK_SIZE macro
53 unsigned char block[2 * SHA224_BLOCK_SIZE];
/optee_test-3.20.0/ta/crypt/
A Dsha2_impl.c466 tmp_len = SHA224_BLOCK_SIZE - ctx->len; in sha224_update()
472 if (ctx->len + len < SHA224_BLOCK_SIZE) { in sha224_update()
478 block_nb = new_len / SHA224_BLOCK_SIZE; in sha224_update()
485 rem_len = new_len % SHA224_BLOCK_SIZE; in sha224_update()
505 if ((SHA224_BLOCK_SIZE - 9) < (ctx->len % SHA224_BLOCK_SIZE)) in sha224_final()

Completed in 4 milliseconds