Searched defs:digest_cipher (Results 1 – 1 of 1) sorted by relevance
270 struct digest_cipher { struct271 char *name;272 sasl_ssf_t ssf;273 int n; /* bits to make privacy key */274 int flag; /* a bitmask to make things easier for us */276 cipher_function_t *cipher_enc;277 cipher_function_t *cipher_dec;278 cipher_init_t *cipher_init;279 cipher_free_t *cipher_free;