Searched refs:SHA1Update (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/ |
D | crypto_internal.c | 95 SHA1Update(&ctx->u.sha1, key, key_len); in crypto_hash_init() 109 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad)); in crypto_hash_init() 153 SHA1Update(&ctx->u.sha1, data, len); in crypto_hash_update() 278 SHA1Update(&ctx->u.sha1, k_pad, sizeof(k_pad)); in crypto_hash_finish() 279 SHA1Update(&ctx->u.sha1, mac, 20); in crypto_hash_finish()
|
D | sha1-internal.c | 41 SHA1Update(&ctx, addr[i], len[i]); in sha1_vector() 248 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) in SHA1Update() function 288 SHA1Update(context, (unsigned char *) "\200", 1); in SHA1Final() 290 SHA1Update(context, (unsigned char *) "\0", 1); in SHA1Final() 292 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() in SHA1Final()
|
D | sha1_i.h | 19 void SHA1Update(struct SHA1Context *context, const void *data, u32 len);
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/ld/ |
D | rom_8266.ld | 18 PROVIDE ( SHA1Update = 0x4000b5a8 ); symbol
|