Searched defs:test_v1_kp (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-dcrypt/ |
H A D | test-stream.c | 49 static struct dcrypt_keypair test_v1_kp; variable in typeref:struct:dcrypt_keypair 66 struct istream *is_3 = i_stream_create_decrypt(is_2, test_v1_kp.priv); 101 struct istream *is_3 = i_stream_create_decrypt(is_2, test_v1_kp.priv); 290 struct ostream *os_2 = o_stream_create_encrypt(os, "<unused>", test_v1_kp.pub, IO_STREAM_ENC_VERSION_1); 300 struct istream *is_2 = i_stream_create_decrypt(is, test_v1_kp.priv); 335 struct ostream *os_2 = o_stream_create_encrypt(os, "aes-256-gcm-sha256", test_v1_kp.pub, IO_STREAM_ENC_INTEGRITY_AEAD); 349 struct istream *is_2 = i_stream_create_decrypt(is, test_v1_kp.priv); 388 struct ostream *os_2 = o_stream_create_encrypt(os, "aes-256-gcm-sha256", test_v1_kp.pub, IO_STREAM_ENC_INTEGRITY_AEAD); 398 struct istream *is_2 = i_stream_create_decrypt(is, test_v1_kp.priv); 433 struct ostream *os_2 = o_stream_create_encrypt(os, "aes-256-gcm-sha256", test_v1_kp [all...] |
Completed in 13 milliseconds