Searched refs:DCRYPT_KEY_KIND_PUBLIC (Results 1 - 6 of 6) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-dump-dcrypt-key.c154 case DCRYPT_KEY_KIND_PUBLIC:
155 printf("kind: DCRYPT_KEY_KIND_PUBLIC\n");
181 case DCRYPT_KEY_KIND_PUBLIC:
/dovecot/src/plugins/mail-crypt/
H A Dmail-crypt-global-key.c30 if (kind != DCRYPT_KEY_KIND_PUBLIC) {
H A Dmail-crypt-key.c575 if (key_kind != DCRYPT_KEY_KIND_PUBLIC) {
/dovecot/src/lib-dcrypt/
H A Ddcrypt.h48 DCRYPT_KEY_KIND_PUBLIC, enumerator in enum:dcrypt_key_kind
H A Dtest-crypto.c240 test_assert(kind == DCRYPT_KEY_KIND_PUBLIC);
352 test_assert(kind == DCRYPT_KEY_KIND_PUBLIC);
465 test_assert(kind == DCRYPT_KEY_KIND_PUBLIC);
506 test_assert(kind == DCRYPT_KEY_KIND_PUBLIC);
H A Ddcrypt-openssl.c1638 if (kind != DCRYPT_KEY_KIND_PUBLIC) {
1827 enum dcrypt_key_kind kind = DCRYPT_KEY_KIND_PUBLIC;
1852 kind = DCRYPT_KEY_KIND_PUBLIC;
1885 kind = DCRYPT_KEY_KIND_PUBLIC;
1905 kind = DCRYPT_KEY_KIND_PUBLIC;

Completed in 24 milliseconds