Searched defs:enc_hash (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib-dcrypt/ |
H A D | test-crypto.c | 617 const char *enc_hash; local 621 &kind, &enc_type, &enc_hash, &key_hash, &error); 627 test_assert(enc_hash != NULL); 654 const char *enc_hash; local 658 &kind, &enc_type, &enc_hash, &key_hash, &error); 664 test_assert(enc_hash == NULL);
|
/dovecot/src/plugins/mail-crypt/ |
H A D | mail-crypt-key.c | 216 const char *enc_hash = NULL, *key_hash = NULL, *pw = NULL; local 226 &enc_type, &enc_hash, &key_hash, error_r)) { 257 if ((ret = mail_crypt_user_get_private_key(user, enc_hash, 260 if (ret == 0 && (ret = mail_crypt_env_get_private_key(user, enc_hash, 264 pubid, enc_hash);
|
Completed in 10 milliseconds