C_DecryptInit
C_DecryptInit,
if ((r = id_cryptoctx->p11->C_DecryptInit(id_cryptoctx->session, &mech,
ckrv = C_DecryptInit(hSession, &mechanism,
CK_PKCS11_FUNCTION_INFO(C_DecryptInit)
rv = FUNCLIST(fw_st_id)->C_DecryptInit(
rv = FUNCLIST(fw_st_id)->C_DecryptInit(
return (fast_funcs->C_DecryptInit(hSession, pMechanism, hKey));
rv = FUNCLIST(slotid)->C_DecryptInit(sessp->se_handle,
C_DecryptInit,
C_DecryptInit,
C_DecryptInit,
PK11_Functions.C_DecryptInit = C_DecryptInit;
rv = C_DecryptInit(dec_context->hSession, &mechanism, dec_context->hKey);
rv = C_DecryptInit(ctxp->ctx, mech, hkey);
rv = C_DecryptInit(ctxp->ctx, mech, hkey);
rv = C_DecryptInit(op->hsession, &mech, op->keyt);
rv = C_DecryptInit(krb_ctx_hSession(context), &mechanism, key->hKey);
rv = C_DecryptInit(krb_ctx_hSession(context), &mechanism, key->hKey);
rv = C_DecryptInit(krb_ctx_hSession(context), &mechanism,
rv = C_DecryptInit(krb_ctx_hSession(context),
rv = C_DecryptInit(krb_ctx_hSession(context), &mechanism,
rv = C_DecryptInit(krb_ctx_hSession(context), &mechanism,
rv = C_DecryptInit(session, &mechanism, *kptr);