C_EncryptInit
C_EncryptInit,
ckRv = C_EncryptInit(ckSession, &ckMechanism, ckKeyHandle);
ckRv = C_EncryptInit(ckSession, &ckMechanism, ckKeyHandle);
rv = C_EncryptInit(hSession, &mechanism, hKey);
rv = C_EncryptInit(hSession, &mechanism, hKey);
CK_PKCS11_FUNCTION_INFO(C_EncryptInit)
rv = FUNCLIST(fw_st_id)->C_EncryptInit(
rv = FUNCLIST(fw_st_id)->C_EncryptInit(
return (fast_funcs->C_EncryptInit(hSession, pMechanism, hKey));
rv = FUNCLIST(slotid)->C_EncryptInit(sessp->se_handle,
C_EncryptInit,
C_EncryptInit,
C_EncryptInit,
PK11_Functions.C_EncryptInit = C_EncryptInit;
rv = C_EncryptInit(enc_context->hSession, &mechanism, enc_context->hKey);
rv = C_EncryptInit(ctxp->ctx, mech, hkey);
rv = C_EncryptInit(ctxp->ctx, mech, hkey);
rv = C_EncryptInit(hSession, &mechanism, hKey);
rv = C_EncryptInit(hSession, &mechanism, hKey);
rv = C_EncryptInit(op->hsession, &mech, op->keyt);
rv = C_EncryptInit(krb_ctx_hSession(context), &mechanism, key->hKey);
rv = C_EncryptInit(krb_ctx_hSession(context), &mechanism, key->hKey);
rv = C_EncryptInit(krb_ctx_hSession(context), &mechanism, key->hKey);
rv = C_EncryptInit(session, &mechanism, *kptr);