Lines Matching full:sha
22 /* The following table holds the function pointer for each SHA API in NPCX ROM. */
24 /* Get the SHA context size required by SHA APIs. */
26 /* Initial SHA context. */
28 /* Finalize SHA context. */
30 /* Initiate the SHA hardware module and setups needed parameters. */
33 * Prepare the context buffer for a SHA calculation - by loading the
34 * initial SHA-256/384/512 parameters.
38 * Updates the SHA calculation with the additional data. When the
40 * accept new data * buffers for SHA calculation and changes to the data
41 * in data buffer should no longer effect the SHA calculation.
44 /* Return the SHA result (digest.) */
46 /* Perform a complete SHA calculation */
49 /* Power on/off the SHA module. */
51 /* Reset the SHA hardware and terminate any in-progress operations. */
55 /* The start address of the SHA API table. */
214 "only one 'nuvoton,npcx-sha' compatible node can be supported");