C_GenerateKey
rv = C_GenerateKey(krb_ctx_hSession(context), &mechanism, tmpl,
ckrv = C_GenerateKey(hSession, &keyGenMech, templ, i,
CK_PKCS11_FUNCTION_INFO(C_GenerateKey)
rv = FUNCLIST(fw_st_id)->C_GenerateKey(hSession,
C_GenerateKey,
return (fast_funcs->C_GenerateKey(hSession, pMechanism,
rv = FUNCLIST(slotid)->C_GenerateKey(sessp->se_handle,
rv = C_GenerateKey(hSession, &mechanism, template, i, obj);
C_GenerateKey,
C_GenerateKey,
PK11_Functions.C_GenerateKey = C_GenerateKey;