crypto_decrypt
rv = crypto_decrypt(&ctxp->mech, &in_cd,
rv = crypto_decrypt(&ctxp->mech, &in_cd,
ret = crypto_decrypt(&mech, &cipherdata,
rv = crypto_decrypt(&mech, &d1,
kef_rc = crypto_decrypt((crypto_mechanism_t *)
rv = crypto_decrypt(&encr_mech, &dd, &cdata->d_encr_key,
rv = crypto_decrypt(&mech, &d1, &crkey, NULL, NULL, NULL);
result = crypto_decrypt(&mech, &ct,
result = crypto_decrypt(&mech, &indata,
ret = crypto_decrypt(&lsp->ls_mech, &cdata,
rv = crypto_decrypt(&mech, &d1, &crkey, NULL, &d2, NULL);
extern int crypto_decrypt(crypto_mechanism_t *mech, crypto_data_t *ciphertext,