Searched refs:encryption_type (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/doveadm/ |
H A D | doveadm-dump-dcrypt-key.c | 118 enum dcrypt_key_encryption_type encryption_type; local 124 &kind, &encryption_type, &encryption_key_hash, 162 switch (encryption_type) { 164 printf("encryption_type: DCRYPT_KEY_ENCRYPTION_TYPE_NONE\n"); 167 printf("encryption_type: DCRYPT_KEY_ENCRYPTION_TYPE_KEY\n"); 170 printf("encryption_type: DCRYPT_KEY_ENCRYPTION_TYPE_PASSWORD\n"); 185 if (encryption_type == DCRYPT_KEY_ENCRYPTION_TYPE_NONE)
|
/dovecot/src/lib-dcrypt/ |
H A D | test-crypto.c | 209 enum dcrypt_key_encryption_type encryption_type; local 214 &kind, &encryption_type, &encryption_key_hash, 222 test_assert(encryption_type == DCRYPT_KEY_ENCRYPTION_TYPE_KEY); 233 &kind, &encryption_type, &encryption_key_hash, 241 test_assert(encryption_type == DCRYPT_KEY_ENCRYPTION_TYPE_NONE); 253 &kind, &encryption_type, &encryption_key_hash, 260 test_assert(encryption_type == DCRYPT_KEY_ENCRYPTION_TYPE_NONE); 342 enum dcrypt_key_encryption_type encryption_type; local 345 &kind, &encryption_type, &encryption_key_hash, 353 test_assert(encryption_type 453 enum dcrypt_key_encryption_type encryption_type; local 491 enum dcrypt_key_encryption_type encryption_type; local [all...] |
H A D | dcrypt-openssl.c | 1826 enum dcrypt_key_encryption_type encryption_type = DCRYPT_KEY_ENCRYPTION_TYPE_NONE; local 1846 encryption_type = DCRYPT_KEY_ENCRYPTION_TYPE_PASSWORD; 1888 encryption_type = DCRYPT_KEY_ENCRYPTION_TYPE_NONE; 1891 encryption_type = DCRYPT_KEY_ENCRYPTION_TYPE_PASSWORD; 1894 encryption_type = DCRYPT_KEY_ENCRYPTION_TYPE_KEY; 1908 encryption_type = DCRYPT_KEY_ENCRYPTION_TYPE_NONE; 1911 encryption_type = DCRYPT_KEY_ENCRYPTION_TYPE_PASSWORD; 1914 encryption_type = DCRYPT_KEY_ENCRYPTION_TYPE_KEY; 1935 if (encryption_type_r != NULL) *encryption_type_r = encryption_type;
|
Completed in 18 milliseconds