Home
last modified time | relevance | path

Searched refs:sha1_done (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Dsha1module.c246 sha1_done(struct sha1_state *sha1, unsigned char *out) in sha1_done() function
352 sha1_done(&temp, digest); in SHA1Type_digest_impl()
371 sha1_done(&temp, digest); in SHA1Type_hexdigest_impl()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_libtomcrypt.c81 sha1_done(&md, mac); in sha1_vector()
251 if (sha1_done(&ctx->u.md, mac) != CRYPT_OK) in crypto_hash_finish()