HomeSort by relevance Sort by last modified time
    Searched refs:Sha1Context (Results 1 - 7 of 7) sorted by null

  /external/selinux/libselinux/src/
sha1.h 27 // Sha1Context - This must be initialised using Sha1Initialised. Do not modify the contents of this structure directly.
33 } Sha1Context;
54 Sha1Context* Context
66 Sha1Context* Context,
80 Sha1Context* Context,
label_support.c 118 Sha1Context context;
sha1.c 132 Sha1Context* Context
154 Sha1Context* Context,
197 Sha1Context* Context,
label_file.c 1034 Sha1Context context;
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Hash/
CryptSha1.c 38 Initializes user-supplied memory pointed by Sha1Context as SHA-1 hash context for
41 If Sha1Context is NULL, then return FALSE.
43 @param[out] Sha1Context Pointer to SHA-1 context being initialized.
52 OUT VOID *Sha1Context
58 if (Sha1Context == NULL) {
65 return (BOOLEAN) (SHA1_Init ((SHA_CTX *) Sha1Context));
71 If Sha1Context is NULL, then return FALSE.
74 @param[in] Sha1Context Pointer to SHA-1 context being copied.
84 IN CONST VOID *Sha1Context,
91 if (Sha1Context == NULL || NewSha1Context == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/
CryptSha1Null.c 38 Initializes user-supplied memory pointed by Sha1Context as SHA-1 hash context for
43 @param[out] Sha1Context Pointer to SHA-1 context being initialized.
51 OUT VOID *Sha1Context
63 @param[in] Sha1Context Pointer to SHA-1 context being copied.
72 IN CONST VOID *Sha1Context,
85 @param[in, out] Sha1Context Pointer to the SHA-1 context.
95 IN OUT VOID *Sha1Context,
109 @param[in, out] Sha1Context Pointer to the SHA-1 context.
119 IN OUT VOID *Sha1Context,
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h 377 Initializes user-supplied memory pointed by Sha1Context as SHA-1 hash context for
380 If Sha1Context is NULL, then return FALSE.
383 @param[out] Sha1Context Pointer to SHA-1 context being initialized.
393 OUT VOID *Sha1Context
399 If Sha1Context is NULL, then return FALSE.
403 @param[in] Sha1Context Pointer to SHA-1 context being copied.
414 IN CONST VOID *Sha1Context,
426 If Sha1Context is NULL, then return FALSE.
429 @param[in, out] Sha1Context Pointer to the SHA-1 context.
441 IN OUT VOID *Sha1Context,
    [all...]

Completed in 455 milliseconds