Searched refs:hmac_init (Results 1 - 11 of 11) sorted by relevance
/dovecot/src/auth/ |
H A D | password-scheme-scram.c | 35 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 D | auth-token.c | 169 hmac_init(&ctx, (const unsigned char*)username, strlen(username),
|
H A D | mech-cram-md5.c | 63 hmac_init(&ctx, NULL, 0, &hash_method_md5);
|
H A D | mech-scram-sha1.c | 83 hmac_init(&ctx, request->server_key, sizeof(request->server_key), 235 hmac_init(&ctx, request->stored_key, sizeof(request->stored_key),
|
H A D | password-scheme.c | 654 hmac_init(&ctx, (const unsigned char *)plaintext,
|
/dovecot/src/lib/ |
H A D | hmac.h | 22 void hmac_init(struct hmac_context *ctx, const unsigned char *key,
|
H A D | hmac.c | 15 void hmac_init(struct hmac_context *_ctx, const unsigned char *key, function 74 hmac_init(&ctx, key, key_len, meth);
|
H A D | pkcs5.c | 63 hmac_init(&hctx, password, password_len, hash); 71 hmac_init(&hctx, password, password_len, hash);
|
H A D | test-hmac.c | 74 hmac_init(&ctx, vec->key, vec->key_len, hash_method_lookup(vec->prf));
|
/dovecot/src/lib-ntlm/ |
H A D | ntlm-encrypt.c | 79 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 D | imap-urlauth.c | 94 hmac_init(&hmac, mailbox_key, IMAP_URLAUTH_KEY_LEN, &hash_method_sha1);
|
Completed in 14 milliseconds