Searched refs:HASH_BLK_BUFSZ (Results 1 – 1 of 1) sorted by relevance
37 #define HASH_BLK_BUFSZ 128 macro222 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