Searched defs:cipher_init (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c265 cipher_init_t *cipher_init; member in struct:context
279 cipher_init_t *cipher_init; member in struct:digest_cipher
3327 text->cipher_init = cptr->cipher_init;
3459 if (text->cipher_init) {
3462 if ((result = text->cipher_init(text, enckey, deckey)) != SASL_OK) {
3469 if (text->cipher_init)
3470 if (text->cipher_init(text, enckey, deckey) != SASL_OK) {
3981 text->cipher_init = ctext->cipher->cipher_init;
[all...]

Completed in 34 milliseconds