Searched refs:sha1_init (Results 1 – 8 of 8) sorted by relevance
64 void sha1_init(sha1nfo *s);82 void sha1_init(sha1nfo *s) { in sha1_init() function199 sha1_init(&s); in ComputeSHA1()
140 sha1_init(&state->init_ctx); in hmac_init()192 sha1_init(&state->ctx); in hmac_compute()
80 sha1_init(&ctx); in sha1()186 sha1_init(sha1_ctx_t *ctx) { in sha1_init() function
82 sha1_init(sha1_ctx_t *ctx);
116 static void sha1_init(EVP_MD_CTX *ctx) { in sha1_init() function129 NID_sha1, SHA_DIGEST_LENGTH, 0 /* flags */, sha1_init,
110 sha1_init(&ctx); in sha1_test_case_validate()
77 sha1_init(&md); in sha1_vector()170 if (sha1_init(&ctx->u.md) != CRYPT_OK) in crypto_hash_init()
143 sha1_init(ctx); in SHA1_Init()