Searched defs:key_hash (Results 1 - 6 of 6) sorted by relevance
/dovecot/src/lib/ |
H A D | hash2.h | 6 unsigned int key_hash; member in struct:hash2_iter 28 unsigned int key_hash, struct hash2_iter *iter); 34 void *hash2_insert_hash(struct hash2_table *hash, unsigned int key_hash);
|
H A D | hash2.c | 12 unsigned int key_hash; member in struct:hash2_value 104 idx = value->key_hash % hash->hash_table_size; 115 unsigned int key_hash = hash->key_hash_cb(key); local 120 valuep = array_idx(&hash->hash_table, key_hash % hash->hash_table_size); 123 if (value->key_hash == key_hash) { 135 unsigned int key_hash, struct hash2_iter *iter) 140 iter->key_hash = key_hash; 142 key_hash 134 hash2_iterate(const struct hash2_table *hash, unsigned int key_hash, struct hash2_iter *iter) argument 161 hash2_insert_hash(struct hash2_table *hash, unsigned int key_hash) argument 203 unsigned int key_hash = hash->key_hash_cb(key); local [all...] |
/dovecot/src/doveadm/ |
H A D | doveadm-dump-dcrypt-key.c | 120 const char *key_hash; local 125 &key_hash, &error); 176 if (key_hash != NULL) 177 printf("key_hash: %s\n", key_hash);
|
/dovecot/src/lib-dcrypt/ |
H A D | test-crypto.c | 211 const char *key_hash = NULL; local 215 &key_hash, &error); 224 test_assert(strcmp(key_hash, "7c9a1039ea2e4fed73e81dd3ffc3fa22ea4a28352939adde7bf8ea858b00fa4f") == 0); 230 key_hash = NULL; 234 &key_hash, &error); 243 test_assert(strcmp(key_hash, "7c9a1039ea2e4fed73e81dd3ffc3fa22ea4a28352939adde7bf8ea858b00fa4f") == 0); 250 key_hash = NULL; 254 &key_hash, &error); 262 test_assert(strcmp(key_hash, "d0cfaca5d335f9edc41c84bb47465184cb0e2ec3931bebfcea4dd433615e77a0") == 0); 264 /* key3's key_hash shoul 336 const char* key_hash = NULL; local 455 const char *key_hash = NULL; local 493 const char *key_hash; local 618 const char *key_hash; local 655 const char *key_hash; local [all...] |
H A D | dcrypt-openssl.c | 1829 char *key_hash = NULL; local 1930 key_hash = i_strdup(fields[nfields-1]); 1942 *key_hash_r = t_strdup(key_hash); 1943 i_free(key_hash);
|
/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)) { 237 if (key_hash != NULL && strcmp(key_hash, pubid) != 0) { 241 key_hash); 552 const char *key_hash = NULL; local 571 NULL, NULL, &key_hash, error_r)) { 582 if (key_hash != NULL && strcmp(key_hash, pubid) != 0) { 585 pubid, key_hash); [all...] |
Completed in 28 milliseconds