Lines Matching refs:cipher_init
265 cipher_init_t *cipher_init; member
279 cipher_init_t *cipher_init; member
3323 text->cipher_init = cptr->cipher_init;
3455 if (text->cipher_init) {
3458 if ((result = text->cipher_init(text, enckey, deckey)) != SASL_OK) {
3465 if (text->cipher_init)
3466 if (text->cipher_init(text, enckey, deckey) != SASL_OK) {
3969 text->cipher_init = ctext->cipher->cipher_init;
4185 if (text->cipher_init) {
4188 if((result = text->cipher_init(text, enckey, deckey)) != SASL_OK) {
4195 if (text->cipher_init)
4196 text->cipher_init(text, enckey, deckey);
5386 uef_ciphers[next_c].cipher_init =
5387 uef_ciphers[DES_CIPHER_INDEX].cipher_init;
5400 uef_ciphers[next_c].cipher_init =
5401 uef_ciphers[DES3_CIPHER_INDEX].cipher_init;