Home
last modified time | relevance | path

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

/trusted-firmware-a/drivers/nxp/crypto/caam/src/auth/
A Dhash.c28 static struct hash_ctx glbl_ctx; variable
44 if (glbl_ctx.active == false) { in hash_init()
45 memset(&glbl_ctx, 0, sizeof(struct hash_ctx)); in hash_init()
46 glbl_ctx.active = true; in hash_init()
47 glbl_ctx.algo = algo; in hash_init()
48 *ctx = &glbl_ctx; in hash_init()

Completed in 3 milliseconds