Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hash.h23 #define SMALL_BUF_SIZE 0x1000 macro
H A Dsec_hash.c327 if (len <= SMALL_BUF_SIZE) in hisi_sec_digest_do_update()
328 hash_ctx->buf_len = SMALL_BUF_SIZE; in hisi_sec_digest_do_update()