Home
last modified time | relevance | path

Searched defs:block_digest (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/crypto/
H A Dsm3-hash.c56 uint8_t block_digest[TEE_SM3_HASH_SIZE] = { 0 }; in op_sm3_hash_final() local
H A Dsm3-hmac.c55 uint8_t block_digest[TEE_SM3_HASH_SIZE] = { 0 }; in op_sm3_hmac_final() local
/optee_os/core/drivers/crypto/stm32/
H A Dhash.c70 uint8_t block_digest[STM32_HASH_MAX_DIGEST_SIZE] = { 0 }; in do_hash_final() local
H A Dhmac.c95 uint8_t block_digest[STM32_HASH_MAX_DIGEST_SIZE] = { 0 }; in do_hmac_final() local
/optee_os/lib/libmbedtls/core/
H A Dcmac.c76 uint8_t block_digest[TEE_AES_BLOCK_SIZE] = { }; in mbed_cmac_final() local
H A Dhmac.c55 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in mbed_hmac_final() local
H A Dhash.c60 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in mbed_hash_final() local
/optee_os/core/lib/libtomcrypt/
H A Dhash.c62 uint8_t block_digest[TEE_MAX_HASH_SIZE] = { 0 }; in ltc_hash_final() local