Searched defs:pw1 (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-dcrypt/
H A Dtest-crypto.c676 const char *pw1 = "first password"; local
684 ret = dcrypt_key_store_private(orig.priv, DCRYPT_FORMAT_DOVECOT, "aes-256-ctr", buf, pw1, NULL, &error);
689 ret = dcrypt_key_load_private(&k1_priv, str_c(buf), pw1, NULL, &error);
716 /* load the key that was encrypted with pw1 using the pw2 encrypted key */

Completed in 322 milliseconds