cipher_init
cipher_init_t *cipher_init;
cipher_init_t *cipher_init;
text->cipher_init = cptr->cipher_init;
if (text->cipher_init) {
if ((result = text->cipher_init(text, enckey, deckey)) != SASL_OK) {
if (text->cipher_init)
if (text->cipher_init(text, enckey, deckey) != SASL_OK) {
text->cipher_init = ctext->cipher->cipher_init;
if (text->cipher_init) {
if((result = text->cipher_init(text, enckey, deckey)) != SASL_OK) {
if (text->cipher_init)
text->cipher_init(text, enckey, deckey);
uef_ciphers[next_c].cipher_init =
uef_ciphers[DES_CIPHER_INDEX].cipher_init;
uef_ciphers[next_c].cipher_init =
uef_ciphers[DES3_CIPHER_INDEX].cipher_init;
return (cipher_init(dev, arg, mode, crypto_encrypt_init_prov));
return (cipher_init(dev, arg, mode, crypto_decrypt_init_prov));
static int cipher_init(dev_t, caddr_t, int, int (*)(crypto_provider_t,