Searched refs:SHA1Context (Results 1 – 13 of 13) sorted by relevance
/third_party/openh264/test/ |
D | sha1.h | 57 typedef struct SHA1Context { struct 68 } SHA1Context; argument 73 void SHA1Reset (SHA1Context*); 74 int SHA1Result (SHA1Context*, unsigned char*); 75 void SHA1Input (SHA1Context*,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | sha1_i.h | 12 struct SHA1Context { struct 18 void SHA1Init(struct SHA1Context *context); argument 19 void SHA1Update(struct SHA1Context *context, const void *data, u32 len); 20 void SHA1Final(unsigned char digest[20], struct SHA1Context *context);
|
D | crypto_internal.c | 23 struct SHA1Context sha1;
|
D | sha1-internal.c | 17 typedef struct SHA1Context SHA1_CTX;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | sha1_i.h | 12 struct SHA1Context { struct 18 void SHA1Init(struct SHA1Context *context); argument 19 void SHA1Update(struct SHA1Context *context, const void *data, u32 len); 20 void SHA1Final(unsigned char digest[20], struct SHA1Context *context);
|
D | crypto_internal.c | 23 struct SHA1Context sha1;
|
D | sha1-internal.c | 17 typedef struct SHA1Context SHA1_CTX;
|
/third_party/openh264/test/api/ |
D | sha1.c | 73 void SHA1ProcessMessageBlock(SHA1Context *); 74 void SHA1PadMessage(SHA1Context *); 93 void SHA1Reset(SHA1Context *context) in SHA1Reset() 128 int SHA1Result(SHA1Context *context, unsigned char *digest) in SHA1Result() 171 void SHA1Input( SHA1Context *context, in SHA1Input() 235 void SHA1ProcessMessageBlock(SHA1Context *context) in SHA1ProcessMessageBlock() 354 void SHA1PadMessage(SHA1Context *context) in SHA1PadMessage()
|
D | decoder_test.cpp | 6 static void UpdateHashFromPlane (SHA1Context* ctx, const uint8_t* plane, in UpdateHashFromPlane() 72 SHA1Context ctx_;
|
D | thread_decoder_test.cpp | 6 static void UpdateHashFromPlane (SHA1Context* ctx, const uint8_t* plane, in UpdateHashFromPlane() 71 SHA1Context ctx_;
|
D | encoder_test.cpp | 6 static void UpdateHashFromFrame (const SFrameBSInfo& info, SHA1Context* ctx) { in UpdateHashFromFrame() 79 SHA1Context ctx_;
|
D | decode_encode_test.cpp | 9 static void UpdateHashFromFrame (const SFrameBSInfo& info, SHA1Context* ctx) { in UpdateHashFromFrame() 90 SHA1Context ctx_;
|
D | decode_api_test.cpp | 796 memset (&ctx_, 0, sizeof (SHA1Context)); in DecodeParseAPI() 874 SHA1Context ctx_;
|