Searched refs:dec_authent (Results 1 – 1 of 1) sorted by relevance
2001 KRB5_ENCDATA *dec_authent = NULL; in kssl_check_authent() local2047 if ((dec_authent = d2i_KRB5_ENCDATA(NULL, &p, in kssl_check_authent()2056 enctype = dec_authent->etype->data[0]; /* should = kssl_ctx->enctype */ in kssl_check_authent()2085 outl = dec_authent->cipher->length; in kssl_check_authent()2086 if (!EVP_Cipher(&ciph_ctx,unenc_authent,dec_authent->cipher->data,outl)) in kssl_check_authent()2143 if (dec_authent) KRB5_ENCDATA_free(dec_authent); in kssl_check_authent()