Searched refs:HASH_DGT_BUFSZ (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/aspeed/ |
A D | hace_ast2600.c | 38 #define HASH_DGT_BUFSZ 64 macro 161 cache_operation(TEE_CACHEFLUSH, hctx->digest, HASH_DGT_BUFSZ); in ast2600_hace_init() 284 cache_operation(TEE_CACHEINVALIDATE, hctx->digest, HASH_DGT_BUFSZ); in ast2600_hace_final() 323 cache_operation(TEE_CACHEINVALIDATE, src_hctx->digest, HASH_DGT_BUFSZ); in ast2600_hace_copy_state() 324 memcpy(dst_hctx->digest, src_hctx->digest, HASH_DGT_BUFSZ); in ast2600_hace_copy_state() 325 cache_operation(TEE_CACHEFLUSH, dst_hctx->digest, HASH_DGT_BUFSZ); in ast2600_hace_copy_state() 347 hctx->digest = memalign(HASH_DGT_BUFSZ, HASH_DGT_BUFSZ); in ast2600_hace_alloc()
|
Completed in 3 milliseconds