Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/aspeed/
A Dhace_ast2600.c37 #define HASH_BLK_BUFSZ 128 macro
222 uint8_t pad[HASH_BLK_BUFSZ * 2] = { }; in ast2600_hace_final()
319 cache_operation(TEE_CACHEINVALIDATE, src_hctx->buf, HASH_BLK_BUFSZ); in ast2600_hace_copy_state()
320 memcpy(dst_hctx->buf, src_hctx->buf, HASH_BLK_BUFSZ); in ast2600_hace_copy_state()
321 cache_operation(TEE_CACHEFLUSH, dst_hctx->buf, HASH_BLK_BUFSZ); in ast2600_hace_copy_state()
343 hctx->buf = memalign(HASH_BLK_BUFSZ, HASH_BLK_BUFSZ); in ast2600_hace_alloc()

Completed in 3 milliseconds