Home | History | Annotate | Download | only in Library

Lines Matching refs:Sha1Context

325   Initializes user-supplied memory pointed by Sha1Context as SHA-1 hash context for

328 If Sha1Context is NULL, then return FALSE.
331 @param[out] Sha1Context Pointer to SHA-1 context being initialized.
341 OUT VOID *Sha1Context
347 If Sha1Context is NULL, then return FALSE.
351 @param[in] Sha1Context Pointer to SHA-1 context being copied.
362 IN CONST VOID *Sha1Context,
374 If Sha1Context is NULL, then return FALSE.
377 @param[in, out] Sha1Context Pointer to the SHA-1 context.
389 IN OUT VOID *Sha1Context,
403 If Sha1Context is NULL, then return FALSE.
407 @param[in, out] Sha1Context Pointer to the SHA-1 context.
419 IN OUT VOID *Sha1Context,