Searched refs:hmac_init (Results 1 - 11 of 11) sorted by relevance

/dovecot/src/auth/
H A Dpassword-scheme-scram.c35 hmac_init(&ctx, str, str_size, &hash_method_sha1);
44 hmac_init(&ctx, str, str_size, &hash_method_sha1);
121 hmac_init(&ctx, salted_password, sizeof(salted_password),
160 hmac_init(&ctx, salted_password, sizeof(salted_password),
171 hmac_init(&ctx, salted_password, sizeof(salted_password),
H A Dauth-token.c169 hmac_init(&ctx, (const unsigned char*)username, strlen(username),
H A Dmech-cram-md5.c63 hmac_init(&ctx, NULL, 0, &hash_method_md5);
H A Dmech-scram-sha1.c83 hmac_init(&ctx, request->server_key, sizeof(request->server_key),
235 hmac_init(&ctx, request->stored_key, sizeof(request->stored_key),
H A Dpassword-scheme.c654 hmac_init(&ctx, (const unsigned char *)plaintext,
/dovecot/src/lib/
H A Dhmac.h22 void hmac_init(struct hmac_context *ctx, const unsigned char *key,
H A Dhmac.c15 void hmac_init(struct hmac_context *_ctx, const unsigned char *key, function
74 hmac_init(&ctx, key, key_len, meth);
H A Dpkcs5.c63 hmac_init(&hctx, password, password_len, hash);
71 hmac_init(&hctx, password, password_len, hash);
H A Dtest-hmac.c74 hmac_init(&ctx, vec->key, vec->key_len, hash_method_lookup(vec->prf));
/dovecot/src/lib-ntlm/
H A Dntlm-encrypt.c79 hmac_init(&ctx, hash_v1, NTLMSSP_HASH_SIZE, &hash_method_md5);
133 hmac_init(&ctx, hash, NTLMSSP_V2_HASH_SIZE, &hash_method_md5);
/dovecot/src/lib-imap-urlauth/
H A Dimap-urlauth.c94 hmac_init(&hmac, mailbox_key, IMAP_URLAUTH_KEY_LEN, &hash_method_sha1);

Completed in 14 milliseconds